Mercurial > repos > bebatut > reago
comparison tool_dependencies.xml @ 0:04749f9173e5 draft default tip
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/reago commit 3be2f6bc80a4743256b13ed64500448e766ddcd7
| author | bebatut |
|---|---|
| date | Tue, 08 Dec 2015 10:35:06 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:04749f9173e5 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="infernal" version="1.1"> | |
| 4 <repository changeset_revision="bd0a14c43fc2" name="package_infernal_1_1" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
| 5 </package> | |
| 6 <package name="genometools" version="1.5.7"> | |
| 7 <repository changeset_revision="ea7ba24d640f" name="package_genometools_1_5_7" owner="bebatut" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
| 8 </package> | |
| 9 <package name="reago" version="1.1"> | |
| 10 <install version="1.0"> | |
| 11 <actions> | |
| 12 <action type="download_by_url">https://github.com/chengyuan/reago-1.1/archive/master.zip</action> | |
| 13 <action type="move_file"> | |
| 14 <source>reago.py</source> | |
| 15 <destination>$INSTALL_DIR/</destination> | |
| 16 </action> | |
| 17 <action type="move_file"> | |
| 18 <source>filter_input.py</source> | |
| 19 <destination>$INSTALL_DIR/</destination> | |
| 20 </action> | |
| 21 <action type="move_directory_files"> | |
| 22 <source_directory>cm</source_directory> | |
| 23 <destination_directory>$INSTALL_DIR/cm/</destination_directory> | |
| 24 </action> | |
| 25 <action type="set_environment"> | |
| 26 <environment_variable action="set_to" name="REAGO_DIR">$INSTALL_DIR/</environment_variable> | |
| 27 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
| 28 </action> | |
| 29 </actions> | |
| 30 </install> | |
| 31 </package> | |
| 32 </tool_dependency> |
