Mercurial > repos > iuc > package_krona_2_6
comparison tool_dependencies.xml @ 0:8f5c65de2f51 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_krona_2_6 commit bd736b6361ba659a1251dd1a1a05f7e3b633bdf5
| author | iuc |
|---|---|
| date | Tue, 22 Dec 2015 19:20:57 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:8f5c65de2f51 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="perl" version="5.18.1"> | |
| 4 <repository changeset_revision="2590d4683481" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
| 5 </package> | |
| 6 <package name="krona" version="2.6"> | |
| 7 <install version="1.0"> | |
| 8 <actions> | |
| 9 <action sha256sum="4f04ece119f0d32fb4e61e36ffd1a7809ad053d4db5dcb5f2e7dd4fd3fc8b1de" type="download_by_url">https://github.com/marbl/Krona/releases/download/v2.6/KronaTools-2.6.tar</action> | |
| 10 <action type="set_environment_for_install"> | |
| 11 <repository changeset_revision="2590d4683481" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu"> | |
| 12 <package name="perl" version="5.18.1" /> | |
| 13 </repository> | |
| 14 </action> | |
| 15 <action type="move_directory_files"> | |
| 16 <source_directory>.</source_directory> | |
| 17 <destination_directory>$INSTALL_DIR</destination_directory> | |
| 18 </action> | |
| 19 <!-- ./install.pl must be run inside $INSTALL_DIR . Moreover "change_directory" action does not work because $INSTALL_DIR is outside the defined working directory --> | |
| 20 <action type="shell_command">cd $INSTALL_DIR && ./install.pl --prefix=$INSTALL_DIR</action> | |
| 21 <action type="set_environment"> | |
| 22 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
| 23 <environment_variable action="prepend_to" name="PERL5LIB">$INSTALL_DIR/lib</environment_variable> | |
| 24 </action> | |
| 25 </actions> | |
| 26 </install> | |
| 27 <readme /> | |
| 28 </package> | |
| 29 </tool_dependency> |
