Mercurial > repos > bebatut > graphlan
comparison tool_dependencies.xml @ 0:83baf73b0e79 draft default tip
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/graphlan/ commit 7aadbbdef6da644837f62ea428cb859eeff34f04-dirty
| author | bebatut |
|---|---|
| date | Thu, 26 May 2016 09:38:11 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:83baf73b0e79 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="biopython" version="1.66"> | |
| 4 <repository changeset_revision="8433ee4531ff" name="package_biopython_1_66" owner="biopython" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
| 5 </package> | |
| 6 <package name="matplotlib" version="1.4"> | |
| 7 <repository changeset_revision="f7424e1cf115" name="package_python_2_7_matplotlib_1_4" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
| 8 </package> | |
| 9 <package name="graphlan" version="1.0.0"> | |
| 10 <install version="1.0"> | |
| 11 <actions> | |
| 12 <action type="shell_command"> | |
| 13 hg clone -u 1.0 https://hg@bitbucket.org/nsegata/graphlan | |
| 14 </action> | |
| 15 <action type="move_directory_files"> | |
| 16 <source_directory>.</source_directory> | |
| 17 <destination_directory>$INSTALL_DIR/bin/</destination_directory> | |
| 18 </action> | |
| 19 <action type="set_environment"> | |
| 20 <environment_variable action="set_to" name="GRAPHLAN_DIR">$INSTALL_DIR/</environment_variable> | |
| 21 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
| 22 </action> | |
| 23 </actions> | |
| 24 </install> | |
| 25 <readme /> | |
| 26 </package> | |
| 27 </tool_dependency> |
