Linux SoftwareScience and EngineeringChemistryChemistry Development Kit 20060714

Chemistry Development Kit 20060714


Chemistry Development Kit classes are Java utitility classes for ChemoInformatics and Computational chemistry, written in Java
Developer:   The CDK Project
      more software by author →
Price:  0.00
License:   LGPL (GNU Lesser General Public License)
File size:   0K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


Chemistry Development Kit classes are Java utitility classes for ChemoInformatics and Computational chemistry, written in Java. They are developed constantly developed parallel to other projects that make use of them.

They are a complete re-write of the CompChem classes that were the basis of JChemPaint, a Java Editor for 2D chemical structures, and of JMDraw, a Java package for the graphical layout of 2D chemical structures.

The CDK project was started in September 2000 to replace the CompChem libraries used by JChemPaint, Jmol and SENECA. It no longer is in its initial stage, but is slowly getting a solid state.

The people involved in setting up the project are Christoph Steinbeck then at the Chemoinformatics Group at the Max Planck Institute of Chemical Ecology in Jena, as well as Egon Willighagen from the University of Nijmegen, The Netherlands, who is also involved with JChemPaint and many other Java Chemoinformatics programs, and Dan Gezelter from Notre Dame University, South Bend, USA, the initiator of Jmol, a 3D viewer and analyzer for molecules .

Now, the rewrite of these CompChem/CDK library classes do somehow effect all of our projects. All of our code relies to some extend on the so-called CompChem classes for computational chemistry.

Christoph Steinbeck started this chemistry library when he started programming SENECA, a system for Computer Assisted Structure Elucidation. It turned out that some of the code had design flaws that prevented others, like the authors of (Jmol) to use it.

What's New in This Release:
General changes:

  • new build system that compiles modules one by one to have clear dependencies
  • more use of @cdk.keyword for the topic index
  • data files moved from cdk/data to cdk/src/data
  • updated the FSF address
  • code clean ups and JavaDoc improvement
  • many bug fixes and new JUnit tests
  • removed printf.jar which had a suspicious licence
  • upgraded log4j version to 1.2.13
  • upgraded jgrapht version to 0.6.0
  • dependency on gnujaxp has been removed

    Below is an overview of major changes sorted per module.

    Interfaces

  • the interfaces are now located in org.openscience.cdk.interfaces
  • many methods now make use of interfaces instead of implementations: generally a replace if ChemObject by IChemObject
  • the data classes return interfaces now
  • the interface cdk.ChemObjectListener is now known as cdk.IChemObjectListener
  • added an IChemObjectBuilder interface with implementations
  • IRingSet now extends ISetOfAtomContainers
  • IChemObject.clone() now declares a 'throws CloneNotSupported' (as is normal in Java)
  • the API now use the List interface instead of the Vector implementation

    Data (+ data-debug + nonotify)

  • Added a DefaultChemObjectBuilder for the data classes
  • Added new set of data classes that debug calls to the classes (data-debug module)
  • Added new set of data classes that do not trigger ChangedNotification calls (nonotify module)
  • Added missing serialVersionUID fields to data classes
  • Mapping now properly implements clone()

    Core

  • now only depends on interfaces, no longer on the data class implementations
  • added a constructor CDKException(String message, Throwable cause)
  • added a number of missing atom types from our lists

    Standard

  • added DeAromatizationTool which can convert 'aromatic' systems to Kekule systems
  • removed the deprecated RTools
  • added a method to calculate double bond equivalents (DBEs)
  • added some methods to get all paths between 2 atoms and all paths starting from an atom of a given length
  • added a method to get the actual shortest path between two atoms
  • added a general IImplementationSpecification which DescriptorSpecification and ReactionSpecification now extend
  • added getAtomCount() and getBondCount() to manipulators
  • deprecated the manipulators' getAllInOneAtomContainer() convenience method as they pose a serious performance hit
  • added a method in GeometryTools to rotate the coordinates of an atom in 3d around a line segment by a specified angle
  • added an EState atom type matcher

    Render

  • added option to turn of rendering of reaction boxes
  • added option to draw CDKConstants.TITLE
  • added rendering of curly arrows
  • extended highlighting posibilities: there are now three types of selection:

    - highlightAtom/Bond with highligh color, for hovering over
    - selectedPart/selectedPartColor for internally selected part
    - externalSelectdPart/externalHighlightColor for external selections

  • added 'compact' mode in which atoms are drawn like squares (like on PubChem)
  • the renderer now uses cached screen coordinates instead of modifying the atomic coordinates all the time
  • removed the unmaintained Java3D based 3D renderer

    Io

  • removed ChemObjectWriter.highestSupportedChemObject()
  • no longer depends on a specific interfaces implementation
  • the MDLWriter can now write IChemFile
  • added a basic Mol2 writer
  • the MDLReader is now more flexible with corrupt output from other programs
  • ChemObjectIO.accepts(Object) is deprecated in favor of .accepts(Class)
  • many chemical file formats were added defined in OpenBabel
  • the MDLRXNReader now reads atom-atom mappings
  • IChemFormat now extends IResourceFormat
  • added the new methods IResourceFormat.getMIMEType(), getFileExtensions() and isXMLBased()
  • added IChemFormat.getSupportedDataFeatures()
  • added ReaderFactory.createReader(IChemFormat) and WriterFactory.createWriter(IChemFormat)

    Valencycheck

    extra

  • Stereo center detection was refactored out of the SmilesGenerator into BondTools
  • getAllChemObjects() were added to cdk.tools.manipulators classes
  • namespace declarations in dictionaries and atom type lists were fixed
  • added a GridGenerator
  • added the Tanimoto similarity measure
  • dictionaries can now be in OWL too, in addition to STMML (part of CML)
  • the StructureDiagramGenerator no longer deletes E/Z stereochemistry
  • the AbstractController now allows merging of Atoms
  • added tool to determine the number of lone pair electrons for an atomtype

    pdb

  • REMARK and COMPND are now read from PDB files
  • mutliple MODEL in PDB files are now read into a ChemSequence
  • PDBAtom was moved into the cdk.protein.data package
  • added method PDBStrand.getMonomerNamesInSequentialOrder()
  • the PDBReader performance was improved by some 30%

    qsar

  • descriptors are moved to cdk.qsar.descriptors.molecular and descriptor.atomic
  • added the Petitjean shape indices descriptor
  • added Randic's weighted path descriptor
  • added descriptors for the number of atoms in the longest aliphatic chain, longest chain and largest pi system
  • added new interfaces IAtomicDescriptor, IBondDescriptor and IMolecularDescriptor
  • added a few bond descriptors
  • added Weka to build linear regression models
  • R-CDK bridge now uses rJava/JRI instead of previous library

    forcefield

  • added a line search algorithm for the Wolfe conditions and a cubic interpolation
  • added MMFF94EnergyFunction.MMFF94EnergyFunction(IAtomContainer) to calculate for force field energy

  • libio_cml (+ qsar_cml + pdb_cml)

  • Uses Jumbo 5.2 now, with a XOM 1.1 based CMLDOM

  • libio_biojava

  • added tool to convert a BioJava SymbolList to a CDK IBioPolymer
  • added customizing of Bond in the ICMLCustomizer API

    charges

  • implemented Garsteiger pi charges

    reaction

  • added cdk.reaction.IReactionProcess for describing reaction processes
  • added a set of reaction types found in mass spectroscopy
  • added a method in ReactionManipulator that returns the mapped ChemObject for a given ChemObject
  • added a StructureResonanceGenerator that uses known reaction types from cdk.reaction.type

    smiles

  • added four missing one char symbol elements in parser: K, U, V and Y
  • added a DeduceBondSystemTool that is supposed to resolve double bond placement in delocalized systems

    builder3d

    experimental

  • added a ProteinPocket finder algorithm
  • added a SubstructureFingerprinter (which still lacks a good optimized list of descriptive substructures. Anyone?)
  • added generator for Murcko fragments
    tags for the  data classes  are now  added new  the data  classes that  added the  reaction types  now uses  can now  added option  atom type  all paths  

    Download Chemistry Development Kit 20060714


     http://prdownloads.sourceforge.net/cdk/cdk-source-20060714.tar.gz?use_mirror=puzzle
     http://prdownloads.sourceforge.net/cdk/cdk-source-20060714.tar.gz?use_mirror=internap
     http://prdownloads.sourceforge.net/cdk/cdk-source-20060714.tar.gz?use_mirror=switch


    Authors software

    Chemistry Development Kit 20060714 (by The CDK Project)
    Chemistry Development Kit classes are Java utitility classes for ChemoInformatics and Computational chemistry, written in Java


    Similar software

    Chemistry Development Kit 20060714 (by The CDK Project)
    Chemistry Development Kit classes are Java utitility classes for ChemoInformatics and Computational chemistry, written in Java

    JOELib/JOELib2 2006-07-25 (by Joerg K. Wegner)

    UDoc 1.003 (by Christopher Deckers)
    UDoc is a tool to visualize some Java classes

    mysqlcppapi 1.7.5 (by Jonathan Wakely)
    mysqlcppapi is a C++ wrapper for the MySQL C API library

    Useful Java Application Components 0.9.25 (by Christian Lauer)
    UJAC provides a collection of JAVA components which may be useful in some projects

    MillScript-Alert 0.2 (by Kevin Rogers)
    MillScript-Alert is an extension to Java's RuntimeException, with an emphasis on providing far more debugging information.

    This sy

    Jaggregate 3.0 Beta 1 (by Paul Holser)
    Jaggregate is a Java collections library that is modeled after the ANSI Smalltalk collection protocols.

    It only works with J2SE 5.

    Zaval Java Resource Editor 2.0 (by Zaval Creative Engineering Group)
    The Zaval JRC Editor is best used for regular access to various resource files

    iText 1.4.7 (by Bruno Lowagie)
    iText is a library that allows you to generate PDF files on the fly.

    The iText classes are very useful for people who need to gen

    pygccxml 0.8.1 (by Roman Yakovenko)


    Other software in this category

    Chemistry Development Kit 20060714 (by The CDK Project)
    Chemistry Development Kit classes are Java utitility classes for ChemoInformatics and Computational chemistry, written in Java

    XDrawChem 1.9.9 (by Bryan Herger)
    XDrawChem is a two-dimensional molecule drawing program for Unix operating systems

    JChemPaint 2.3.0 (by Christoph Steinbeck)
    JChemPaint project is an editor for 2D molecular structures.

    JChemPaint is intended to be complementary to Jmol, a visualisation a

    Fityk 0.7.6 (by Marcin Wojdyr)
    Fityk project is a general-purpose nonlinear curve fitting and data analysis software.

    Although it is being developed to analyze p

    Chemtool 1.6.7 (by MKroeker)
    Chemtool is a small program for drawing chemical structures on Linux and Unix systems using the GTK toolkit under X11.

    Chemtool re

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags