public
Fork of metamolecular/mx
Description: Essential Cheminformatics
Homepage: http://metamolecular.com/mx
Clone URL: git://github.com/rapodaca/mx.git
mx /
name age message
file .gitignore Sat Jun 13 10:15:13 -0700 2009 testenv target builds test environment for quic... [rapodaca]
file LICENSE Wed Jul 01 18:00:51 -0700 2009 fix copyright date [rapodaca]
file README Fri Jul 10 16:55:47 -0700 2009 added bigmol mapper tests [rapodaca]
file build.xml Wed Jul 01 17:43:30 -0700 2009 updated copyright notice, email addresses, buil... [rapodaca]
directory lib/ Fri Jun 26 18:38:48 -0700 2009 File cleanup. Started contributors list in READ... [rapodaca]
directory resources/ Sat Jun 13 10:15:22 -0700 2009 testenv target builds test environment for quic... [rapodaca]
directory src/ Mon Jul 20 13:28:24 -0700 2009 pathwriter uses C and C% for leading alkene carbon [rapodaca]
README
MX - Essential Cheminformatics

Website:      http://metamolecular.com/mx
Source Repo:  http://github.com/metamolecular/mx

MX is a library of essential cheminformatics models and routines. It was created
with the goal of providing a clean, well-tested platform for chemistry
applications.

Features:

- Substructure search and atom mapping based on the VF algorithm
- Exhaustive ring perception based on the Hanser algorithm
- Flexible query atom support
- Flexible generation of path-based binary fingerprints
- Depth-First traversal
- Implicit hydrogen detection
- Complete system of atomic masses and isotopes based on the IUPAC Technical
  Report.
- Model objects (Molecule, Atom, Bond, Superatom) based on MDL CTfile
  specification
- Molfile/SDFile reader and writer

Language:

MX is written in Java and has been used with Scala in addition to Ruby and Python
through the JRuby and Jython interpreters.

Dependencies:

-  JDK 1.5 or higher
-  Ant (to compile and run tests)

License:

MX is distributed under the MIT license. See the LICENSE file for details.

Contributors:

Richard L. Apodaca        http://depth-first.com
Duan Lian                 http://chemhack.com
Fredrik Wallner           http://www.wallner.nu/fredrik
John Jaeger               http://goeslightly.blogspot.com/
Syed Asad Rahman          http://www.ebi.ac.uk/~asad/Asad.html

History:

MX was factored out of ChemWriter, the 2D chemical structure editor developed
by Metamolecular, LLC (http://metamolecular.com).