Mercurial > repos > fubar > clustalw
diff tool_dependencies.xml @ 3:9c4d943fbef7 draft default tip
Uploaded
author | fubar |
---|---|
date | Sun, 01 Dec 2013 20:07:58 -0500 |
parents | 1b6570fe022e |
children |
line wrap: on
line diff
--- a/tool_dependencies.xml Sun Dec 01 20:02:56 2013 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<tool_dependency> - <package name="clustalw" version="2.1"> - <install version="1.0"> - <actions> - <action type="download_by_url">http://www.clustal.org/download/current/clustalw-2.1.tar.gz</action> - <action type="shell_command">./configure && make</action> - <action type="move_file"><source>src/clustalw2</source><destination>$INSTALL_DIR</destination></action> - <action type="set_environment"> - <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable> - </action> - </actions> - </install> - <readme>Installs clustalw from http://www.clustal.org/download/current/clustalw-2.1.tar.gz - </readme> - </package> -</tool_dependency> - -