Mercurial > repos > jjohnson > mothur_toolsuite
changeset 10:51a065071567 draft
Need to "cd Mothur.soure && make" in tool_dependencies.xml
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Fri, 30 Nov 2012 09:53:52 -0600 |
parents | 999d1b7c7a83 |
children | 2ab2418616af |
files | mothur/tool_dependencies.xml |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mothur/tool_dependencies.xml Fri Nov 30 09:00:49 2012 -0600 +++ b/mothur/tool_dependencies.xml Fri Nov 30 09:53:52 2012 -0600 @@ -1,11 +1,10 @@ <?xml version="1.0"?> <tool_dependency> - <package name="mothur" version="1.27"> + <package name="mothur" version="1.27.0"> <install version="1.0"> <actions> <action type="download_by_url">http://www.mothur.org/w/images/c/cb/Mothur.1.27.0.zip</action> - <action type="shell_command">cd Mothur.source</action> - <action type="shell_command">make</action> + <action type="shell_command">cd Mothur.source && make</action> <action type="move_file"> <source>mothur</source> <destination>$INSTALL_DIR/bin</destination>