This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit a8d22865925cc93fd1aed0dd138db9e2e2fa9af0
tree 9e87d97cc81e65dbb853f8f3fdde732f0fdcb616
parent a62726851925ce573029af506722a445f7a107c0
tree 9e87d97cc81e65dbb853f8f3fdde732f0fdcb616
parent a62726851925ce573029af506722a445f7a107c0
mx /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
LICENSE.txt | ||
| |
README.txt | ||
| |
build.xml | ||
| |
lib/ | ||
| |
resources/ | ||
| |
src/ |
README.txt
MX - Essential Cheminformatics Web: http://metamolecular.com/mx Source: http://github.com/metamolecular/mx MX is a lightweight cheminformatics toolkit written in Java that emphasizes efficiency, modularity, and readability. MX was originally part of ChemWriter, the 2D chemical structure editor developed by Metamolecular. MX currently supports: - Substructure search and atom mapping based on the VF algorithm - Exhaustive ring perception based on the Hanser algorithm - Flexible query atom support - 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 reader and writer - SD File reader and writer - Flexible generation of path-based binary fingerprints 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








