public
Fork of metamolecular/mx
Description: Essential Cheminformatics
Homepage: http://metamolecular.com/mx
Clone URL: git://github.com/rapodaca/mx.git
rapodaca (author)
Fri Feb 27 23:00:20 -0800 2009
commit  930bdff5b2da3310c49dc6f146916d8f2ca5c577
tree    f36428c925a9efdf1be82c9415e46822e976e311
parent  46f5b5ca183f7eee34a18ac1e3f66ade63743a08
mx /
name age message
file .gitignore Loading commit data...
file LICENSE.txt Sun Nov 23 15:51:25 -0800 2008 first commit [rapodaca]
file README.txt Wed Dec 03 07:52:03 -0800 2008 updated README [rapodaca]
file build.xml Thu Jan 08 09:35:16 -0800 2009 patch++ [rapodaca]
directory lib/ Sun Nov 23 15:51:25 -0800 2008 first commit [rapodaca]
directory resources/ Mon Jan 05 21:34:09 -0800 2009 test/impl of reading multiline data in sd file [rapodaca]
directory src/
README.txt
MX - Cheminformatics for Java

Public Repository:   http://github.com/rapodaca/mx
Mailing List:        http://groups.google.com/group/mx-java
Download:            http://code.google.com/p/mx-java
Blog:                http://depth-first.com

MX is a suite of lightweight, general purpose tools for cheminformatics. It
currently supports:

- molfile input and output
- a subset of SMILES input
- substructure search and atom mapping
- depth-first traversal

These features are implemented with an emphasis on readability and flexibility.

MX has been successfully used in both the Ruby and Python scripting
environments through JRuby and Jython.

System requirements:

-  Ant
-  JDK 1.5 or higher