Menu

Tree [daba2d] master /
 History

HTTPS access


File Date Author Commit
 .github 2022-08-30 John Mayfield John Mayfield [eb0266] Add MAVE_OPTS that shuould improve the timeout.
 app 2022-09-11 John Mayfield John Mayfield [179317] These methods don't need to be public, as noted...
 base 2022-09-11 John Mayfield John Mayfield [daba2d] Final removal of Junit4, these "Suites" are no ...
 bundle 2022-05-16 John Mayfield John Mayfield [618184] Move to Jena 4.4.0 and only include cdk-iordf i...
 descriptor 2022-09-11 John Mayfield John Mayfield [179317] These methods don't need to be public, as noted...
 display 2022-09-11 John Mayfield John Mayfield [179317] These methods don't need to be public, as noted...
 doc 2018-10-27 John Mayfield John Mayfield [7c025c] Depth-first (DF) substructure search algorithm.
 legacy 2022-09-11 John Mayfield John Mayfield [daba2d] Final removal of Junit4, these "Suites" are no ...
 misc 2022-09-11 John Mayfield John Mayfield [daba2d] Final removal of Junit4, these "Suites" are no ...
 src 2014-04-17 John May John May [523649] Site index page
 storage 2022-09-11 John Mayfield John Mayfield [daba2d] Final removal of Junit4, these "Suites" are no ...
 tool 2022-09-11 John Mayfield John Mayfield [179317] These methods don't need to be public, as noted...
 .gitignore 2018-02-05 Lyle D. Burgoon Lyle D. Burgoon [e2d1cf] Added PaDEL AtomPairs2D fingerprint.
 AUTHORS.txt 2022-03-19 Egon Willighagen Egon Willighagen [e41d1a] Two new contributors
 ISSUES.txt 2018-10-28 John Mayfield John Mayfield [0f5e66] More standardisation.
 LICENSE.txt 2018-10-28 John Mayfield John Mayfield [0f5e66] More standardisation.
 README.md 2022-02-22 John Mayfield John Mayfield [af34f8] Update README.md
 checkstyle.xml 2015-12-27 Egon Willighagen Egon Willighagen [4e3bbf] Stricter JavaDoc checking (more like DocCheck)
 codecov.yml 2020-12-29 Egon Willighagen Egon Willighagen [d6b14b] Don't post comments on PRs
 pom.xml 2022-09-11 John Mayfield John Mayfield [15b4c3] Remove the vintage engine dependency. All tests...

Read Me

Maven Central build Bugs

The Chemistry Development Kit (CDK)

Copyright © 1997-2022 The CDK Development Team

License: LGPL v2, see LICENSE.txt

Home Page | JavaDoc | Wiki | Issues | Mailing List

Introduction

The CDK is an open-source Java library for cheminformatics and bioinformatics.

Key Features:

  • Molecule and reaction valence bond representation.
  • Read and write file formats: SMILES, SDF, InChI, Mol2, CML, and others.
  • Efficient molecule processing algorithms: Ring Finding, Kekulisation, Aromaticity.
  • Coordinate generation and rendering.
  • Canonical identifiers for fast exact searching.
  • Substructure and SMARTS pattern searching.
  • ECFP, Daylight, MACCS, and other fingerprint methods for similarity searching.
  • QSAR descriptor calculations

Install

The CDK is a class library intended to be used by other programs, it will not run as a stand-alone program.

The library is built with Apache Maven and currently requires Java 1.7 or later. From the root of the project run to build the JAR files for each module. The bundle/target/ directory contains the main JAR with all dependencies included:

$ mvn install

You can also download a pre-built library JAR from releases.

Include the main JAR on the Java classpath when compiling and running your code:

$ javac -cp cdk-2.7.jar MyClass.java
$ java -cp cdk-2.7.jar:. MyClass

If you are using Maven, you can use the uber cdk-bundle, note it is much more efficient to use include
the modules you need:

<dependency>
  <artifactId>cdk-bundle</artifactId>
  <groupId>org.openscience.cdk</groupId>
  <version>2.7</version>
</dependency>

If you are a Python user, the Cinfony project provides access via Jython. Noel O'Boyle's Cinfony provides a wrapper around the CDK and over toolkits exposing core functionality as a consistent API.

Further details on building the project in integrated development environments (IDEs) are available on the wiki:

Getting Help

The Toolkit-Rosetta Wiki Page provides some examples for common tasks. If you need help using the CDK and have questions please use the user mailing list, cdk-user@lists.sf.net (you must subscribe here first to post).

Acknowledgments

YourKit Logo

The CDK developers use YourKit to profile and optimise code.

YourKit supports open source projects with its full-featured Java Profiler.
YourKit, LLC is the creator of YourKit Java Profiler
and YourKit .NET Profiler,
innovative and intelligent tools for profiling Java and .NET applications.

MongoDB Logo MongoDB