comparison rgclustal/tool_dependencies.xml @ 6:76de6971a0de draft default tip

Uploaded
author fubar
date Thu, 11 Jul 2013 00:08:05 -0400
parents 87d5e4e4aa07
children
comparison
equal deleted inserted replaced
5:87d5e4e4aa07 6:76de6971a0de
3 <package name="clustalw" version="2.1"> 3 <package name="clustalw" version="2.1">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">http://www.clustal.org/download/current/clustalw-2.1.tar.gz</action> 6 <action type="download_by_url">http://www.clustal.org/download/current/clustalw-2.1.tar.gz</action>
7 <action type="shell_command">./configure &amp;&amp; make</action> 7 <action type="shell_command">./configure &amp;&amp; make</action>
8 <action type="move_file"><source>$REPOSITORY_INSTALL_DIR/src/clustalw2</source><destination>$INSTALL_DIR</destination></action> 8 <action type="move_file"><source>src/clustalw2</source><destination>$INSTALL_DIR</destination></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</environment_variable>
11 </action> 11 </action>
12 </actions> 12 </actions>
13 </install> 13 </install>