rapodaca / mx forked from metamolecular/mx

Essential Cheminformatics

rapodaca (author)
Wed Jun 17 06:14:19 -0700 2009
commit  f73f332d4bdf1a8e3cf315ee6d36be221fd2b2b4
tree    a65595ceb20b54750697513c7d27e6d1523c0447
parent  c647ea431eca93858828f75d15c0b893ea3194ad
mx / README.txt
100644 25 lines (17 sloc) 0.695 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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