comparison tool_dependencies.xml @ 2:cb2b38ca9d96 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_chemfp_1_1 commit 710c0d73202078bd43efd595c28526ba26c8fa50
author iuc
date Sun, 01 Nov 2015 10:16:49 -0500
parents b93c068b0920
children
comparison
equal deleted inserted replaced
1:b93c068b0920 2:cb2b38ca9d96
9 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin 9 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin
10 </action> 10 </action>
11 11
12 <!-- apply one small patched file, to support the query-format target-format commandline options 12 <!-- apply one small patched file, to support the query-format target-format commandline options
13 <action type="download_file">http://chem-fingerprints.googlecode.com/hg-history/1281bfcb470b84f5e75250dfa041345d280dde30/chemfp/commandline/simsearch.py</action>--> 13 <action type="download_file">http://chem-fingerprints.googlecode.com/hg-history/1281bfcb470b84f5e75250dfa041345d280dde30/chemfp/commandline/simsearch.py</action>-->
14 <action type="download_file">http://share.gruenings.eu/simsearch.py</action> 14 <action type="download_file">https://github.com/bgruening/download_store/raw/master/chemfp/simsearch.py</action>
15 <action type="shell_command">rm $INSTALL_DIR/lib/python/chemfp/commandline/simsearch.py</action> 15 <action type="shell_command">rm $INSTALL_DIR/lib/python/chemfp/commandline/simsearch.py</action>
16 <action type="move_file"> 16 <action type="move_file">
17 <source>simsearch.py</source> 17 <source>simsearch.py</source>
18 <destination>$INSTALL_DIR/lib/python/chemfp/commandline/</destination> 18 <destination>$INSTALL_DIR/lib/python/chemfp/commandline/</destination>
19 </action> 19 </action>