comparison tool_dependencies.xml @ 1:b654e5485eee draft

Updated tool dependency definition
author iuc
date Sat, 28 Mar 2015 18:03:19 -0400
parents 5a621464e533
children 0458908fa099
comparison
equal deleted inserted replaced
0:5a621464e533 1:b654e5485eee
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 all</action> 7 <action type="shell_command">make</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/exe</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 <![CDATA[ 19 <![CDATA[