Mercurial > repos > devteam > package_clustalw_2_1
comparison tool_dependencies.xml @ 0:09243d89e7a4 draft default tip
Imported from capsule None
author | devteam |
---|---|
date | Mon, 27 Jan 2014 09:25:11 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:09243d89e7a4 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="clustalw2" 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 --prefix=$INSTALL_DIR</action> | |
8 <action type="shell_command">make && make install</action> | |
9 <action type="set_environment"> | |
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
11 </action> | |
12 </actions> | |
13 </install> | |
14 <readme></readme> | |
15 </package> | |
16 </tool_dependency> |