Next changeset 1:263012e96827 (2016-05-17) |
Commit message:
Uploaded |
added:
tool_dependencies.xml |
b |
diff -r 000000000000 -r fd556ed7ce46 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue May 17 06:34:45 2016 -0400 |
b |
@@ -0,0 +1,19 @@ +<?xml version="1.0"?> +<tool_dependency version="1.1" > + <package name="snmf" version="1.2"> + <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="move_file"> + <source>bin/sNMF</source> + <destination>$INSTALL_DIR/bin</destination> + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + </install> + </package> +</tool_dependency> |