Mercurial > repos > iuc > package_rnastructure_5_7
comparison tool_dependencies.xml @ 1:05cd1e1b75f8
Updated dependency recipe.
| author | Dave Bouvier <dave@bx.psu.edu> |
|---|---|
| date | Thu, 26 Mar 2015 14:26:02 -0400 |
| parents | 80fc859d5987 |
| children | 76de7b867b04 |
comparison
equal
deleted
inserted
replaced
| 0:80fc859d5987 | 1:05cd1e1b75f8 |
|---|---|
| 2 <tool_dependency> | 2 <tool_dependency> |
| 3 <package name="rnastructure" version="5.7"> | 3 <package name="rnastructure" version="5.7"> |
| 4 <install version="1.0"> | 4 <install version="1.0"> |
| 5 <actions> | 5 <actions> |
| 6 <action type="download_by_url">http://depot.galaxyproject.org/package/source/RNAstructure-5.7.tgz</action> | 6 <action type="download_by_url">http://depot.galaxyproject.org/package/source/RNAstructure-5.7.tgz</action> |
| 7 <action type="shell_command">make</action> | 7 <action type="shell_command">make all</action> |
| 8 <action type="shell_command">export INSTALL_DIR=$INSTALL_DIR ; make install</action> | 8 <action type="shell_command">export INSTALL_DIR=$INSTALL_DIR ; make install</action> |
| 9 <action type="set_environment"> | 9 <action type="set_environment"> |
| 10 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable> | 10 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/exe</environment_variable> |
| 11 </action> | 11 </action> |
| 12 </actions> | 12 </actions> |
| 13 </install> | 13 </install> |
| 14 <readme> | 14 <readme> |
| 15 <