Mercurial > repos > fubar > clustalw
comparison tool_dependencies.xml @ 3:9c4d943fbef7 draft default tip
Uploaded
author | fubar |
---|---|
date | Sun, 01 Dec 2013 20:07:58 -0500 |
parents | 1b6570fe022e |
children |
comparison
equal
deleted
inserted
replaced
2:1b6570fe022e | 3:9c4d943fbef7 |
---|---|
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 |