Mercurial > repos > dereeper > package_snmf_1_2
changeset 1:263012e96827 draft
Uploaded
author | dereeper |
---|---|
date | Tue, 17 May 2016 12:24:49 -0400 |
parents | fd556ed7ce46 |
children | a5cd2b1d8505 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue May 17 06:34:45 2016 -0400 +++ b/tool_dependencies.xml Tue May 17 12:24:49 2016 -0400 @@ -4,8 +4,7 @@ <install version="1.0"> <actions> <action type="download_by_url">http://membres-timc.imag.fr/Olivier.Francois/snmf/files/sNMF_CL_v1.2.zip</action> - <action type="shell_command"> </action> - <action type="shell_command">./install.command && chmod +x bin/* && cp -rf bin/* $INSTALL_DIR/bin</action> + <action type="shell_command">chmod 755 install.command && ./install.command && chmod +x bin/* && cp -rf bin/* $INSTALL_DIR/bin</action> <action type="move_file"> <source>bin/sNMF</source> <destination>$INSTALL_DIR/bin</destination>