Mercurial > repos > iuc > package_rnastructure_5_7
changeset 3:420e517d469b draft
Uploaded
author | iuc |
---|---|
date | Fri, 03 Apr 2015 22:39:37 -0400 |
parents | 76de7b867b04 |
children | 455b68271b2b |
files | tool_dependencies.xml |
diffstat | 1 files changed, 8 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Mar 26 22:51:56 2015 -0400 +++ b/tool_dependencies.xml Fri Apr 03 22:39:37 2015 -0400 @@ -4,10 +4,14 @@ <install version="1.0"> <actions> <action type="download_by_url">http://depot.galaxyproject.org/package/source/RNAstructure-5.7.tgz</action> - <action type="shell_command">make</action> - <action type="shell_command">export INSTALL_DIR=$INSTALL_DIR ; make install</action> + <action type="shell_command">make all</action> + <action type="move_directory_files"> + <source_directory>.</source_directory> + <destination_directory>$INSTALL_DIR</destination_directory> + </action> <action type="set_environment"> - <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable> + <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/exe</environment_variable> + <environment_variable action="set_to" name="DATAPATH">$INSTALL_DIR/data_tables</environment_variable> </action> </actions> </install> @@ -27,4 +31,4 @@ ]]> </readme> </package> -</tool_dependency> \ No newline at end of file +</tool_dependency>