Chemistry Development Kit
The Chemistry Development Kit (CDK) is a Java library for cheminformatics and bioinformatics, developed at the University of Notre Dame. It's an open-source toolkit, available for Windows, Linux, Unix, and macOS, and distributed under the GNU Lesser General Public License (LGPL) 2.0. CDK is used extensively in drug discovery, metabolomics, and toxicology. Explore more at CDK GitHub.
Column 1 | Column 2 |
---|---|
Name | The Chemistry Development Kit (CDK) |
Description | Java library for cheminformatics and bioinformatics |
Creator | University of Notre Dame |
Website | https://cdk.github.io/ |
GitHub | https://github.com/cdk |
This example demonstrates how to generate a SMILES string for a molecule using the CDK library. To run the example, you will need the CDKTest.java
program and the run_script.sh
script.
You can download the required files using the following links:
CDKTest.java - The Java program file.
run_script.sh - The shell script to compile and run the Java program.
Upload Files: On the Volume
line, click on the folder icon and upload both CDKTest.java
and run_script.sh
to the working directory of the project.
Set Project Directory: Ensure the Project Directory
is set to /volume
.
Configure Run Script: In the Run Script
line, add run_script.sh
as the input.
Create the Project: Click on Create
to set up your project.
Run the Container: Navigate to the project tab and initiate the container to execute the script.
By following these steps, the platform will compile and run CDKTest.java
, outputting a SMILES string for a simple molecule to the console. Ensure you have uploaded the correct files and set the appropriate configurations as outlined above.