2
|
1 <?xml version="1.0" encoding="UTF-8"?>
|
|
2 <tool_dependency>
|
|
3 <package name="clustalw" version="2.1">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
|
6 <action type="download_by_url">http://www.clustal.org/download/current/clustalw-2.1.tar.gz</action>
|
|
7 <action type="shell_command">./configure && make</action>
|
|
8 <action type="move_file"><source>src/clustalw2</source><destination>$INSTALL_DIR</destination></action>
|
|
9 <action type="set_environment">
|
|
10 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable>
|
|
11 </action>
|
|
12 </actions>
|
|
13 </install>
|
|
14 <readme>Installs clustalw from http://www.clustal.org/download/current/clustalw-2.1.tar.gz
|
|
15 </readme>
|
|
16 </package>
|
|
17 </tool_dependency>
|
|
18
|
|
19
|