comparison tool_dependencies.xml @ 6:438bc12d591b

Uploaded
author bgruening
date Fri, 26 Apr 2013 08:02:45 -0400
parents a4e261ee0a51
children d241ff83e485
comparison
equal deleted inserted replaced
5:39a856defcc2 6:438bc12d591b
1 <tool_dependency> 1 <tool_dependency>
2 <package name="rdkit" version="2012_12_1">
3 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_rdkit_2012_12" owner="bgruening" changeset_revision="0adc830e7d71" />
4 </package>
5 <package name="numpy" version="1.7.1">
6 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_numpy_1_7" owner="bgruening" changeset_revision="c3041382815c" />
7 </package>
8 <package name="matplotlib" version="1.2.1">
9 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_matplotlib_1_2" owner="bgruening" changeset_revision="b0c9b976b4d9" />
10 </package>
11
2 <package name="chemfp" version="1.1p1"> 12 <package name="chemfp" version="1.1p1">
3 <install version="1.0"> 13 <install version="1.0">
4 <actions> 14 <actions>
5 <action type="download_by_url">http://chem-fingerprints.googlecode.com/files/chemfp-1.1p1.tar.gz</action> 15 <action type="download_by_url">http://chem-fingerprints.googlecode.com/files/chemfp-1.1p1.tar.gz</action>
6 <action type="make_directory">$INSTALL_DIR/lib/python</action> 16 <action type="make_directory">$INSTALL_DIR/lib/python</action>
15 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 25 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
16 from structure files. chemfp supports the free Open Babel and RDKit toolkits and the proprietary OEChem toolkit. 26 from structure files. chemfp supports the free Open Babel and RDKit toolkits and the proprietary OEChem toolkit.
17 Currently the Galaxy-wrappers are using openbabel as underlying toolkit. 27 Currently the Galaxy-wrappers are using openbabel as underlying toolkit.
18 Compiling chemfp requires gcc and a python2.5+ version.</readme> 28 Compiling chemfp requires gcc and a python2.5+ version.</readme>
19 </package> 29 </package>
20 <package name="numpy" version="1.7.0">
21 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_numpy_1_7" owner="bgruening" changeset_revision="453bf2822ceb" />
22 </package>
23 </tool_dependency> 30 </tool_dependency>