Mercurial > repos > iuc > package_rnastructure_5_7
comparison tool_dependencies.xml @ 3:420e517d469b draft
Uploaded
| author | iuc |
|---|---|
| date | Fri, 03 Apr 2015 22:39:37 -0400 |
| parents | 76de7b867b04 |
| children | 455b68271b2b |
comparison
equal
deleted
inserted
replaced
| 2:76de7b867b04 | 3:420e517d469b |
|---|---|
| 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="move_directory_files"> |
| 9 <source_directory>.</source_directory> | |
| 10 <destination_directory>$INSTALL_DIR</destination_directory> | |
| 11 </action> | |
| 9 <action type="set_environment"> | 12 <action type="set_environment"> |
| 10 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable> | 13 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/exe</environment_variable> |
| 14 <environment_variable action="set_to" name="DATAPATH">$INSTALL_DIR/data_tables</environment_variable> | |
| 11 </action> | 15 </action> |
| 12 </actions> | 16 </actions> |
| 13 </install> | 17 </install> |
| 14 <readme> | 18 <readme> |
| 15 <