Mercurial > repos > fubar > clustalw
changeset 5:87d5e4e4aa07 draft
Uploaded
author | fubar |
---|---|
date | Thu, 11 Jul 2013 00:03:05 -0400 (2013-07-11) |
parents | 16746b3048e4 |
children | 76de6971a0de |
files | rgclustal/tool_dependencies.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/rgclustal/tool_dependencies.xml Wed Jul 10 23:54:13 2013 -0400 +++ b/rgclustal/tool_dependencies.xml Thu Jul 11 00:03:05 2013 -0400 @@ -4,8 +4,8 @@ <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 --prefix=$INSTALL_DIR && make</action> - <action type="move_file"><source>$INSTALL_DIR/src/clustalw2</source><destination>$INSTALL_DIR</destination></action> + <action type="shell_command">./configure && make</action> + <action type="move_file"><source>$REPOSITORY_INSTALL_DIR/src/clustalw2</source><destination>$INSTALL_DIR</destination></action> <action type="set_environment"> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable> </action>