# HG changeset patch # User bgruening # Date 1376550860 14400 # Node ID f2676c09c5354882484a97a70000ac79c9dd88d1 Uploaded diff -r 000000000000 -r f2676c09c535 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Aug 15 03:14:20 2013 -0400 @@ -0,0 +1,34 @@ + + + + + http://chem-fingerprints.googlecode.com/files/chemfp-1.1p1.tar.gz + $INSTALL_DIR/lib/python + + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && + python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin + + + + http://share.gruenings.eu/simsearch.py + rm $INSTALL_DIR/lib/python/chemfp/commandline/simsearch.py + + simsearch.py + $INSTALL_DIR/lib/python/chemfp/commandline/ + + + + + $INSTALL_DIR/lib/python + $INSTALL_DIR/bin + + + + + The core chemfp functionality does not depend on a third-party library but you will need a chemistry toolkit in order to generate new fingerprints + from structure files. chemfp supports the free Open Babel and RDKit toolkits and the proprietary OEChem toolkit. + Currently the Galaxy-wrappers are using openbabel and rdkit as underlying toolkit. + Compiling chemfp requires gcc and a python2.5+ version. + +