Mercurial > repos > iuc > package_bwtool_1_0_gamma
view tool_dependencies.xml @ 0:b4664efc067e draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bwtool_1_0_gamma commit 9cc96b8398d108c999b22837c3508e84f1fc7cad-dirty
| author | iuc |
|---|---|
| date | Fri, 29 May 2015 04:38:11 -0400 |
| parents | |
| children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="bwtool" version="1.0-gamma"> <install version="1.0"> <actions> <action type="download_by_url">https://github.com/CRG-Barcelona/bwtool/archive/v1.0-gamma.tar.gz</action> <action type="autoconf" /> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> <environment_variable name="BWTOOL_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> </action> </actions> </install> </package> </tool_dependency>
