Mercurial > repos > dereeper > package_snmf_1_2
comparison tool_dependencies.xml @ 2:a5cd2b1d8505 draft default tip
Uploaded
author | dereeper |
---|---|
date | Tue, 17 May 2016 12:59:54 -0400 |
parents | 263012e96827 |
children |
comparison
equal
deleted
inserted
replaced
1:263012e96827 | 2:a5cd2b1d8505 |
---|---|
2 <tool_dependency version="1.1" > | 2 <tool_dependency version="1.1" > |
3 <package name="snmf" version="1.2"> | 3 <package name="snmf" version="1.2"> |
4 <install version="1.0"> | 4 <install version="1.0"> |
5 <actions> | 5 <actions> |
6 <action type="download_by_url">http://membres-timc.imag.fr/Olivier.Francois/snmf/files/sNMF_CL_v1.2.zip</action> | 6 <action type="download_by_url">http://membres-timc.imag.fr/Olivier.Francois/snmf/files/sNMF_CL_v1.2.zip</action> |
7 <action type="shell_command">chmod 755 install.command && ./install.command && chmod +x bin/* && cp -rf bin/* $INSTALL_DIR/bin</action> | 7 <action type="shell_command">chmod 755 install.command && ./install.command && chmod +x bin/* </action> |
8 <action type="move_file"> | 8 <action type="move_file"> |
9 <source>bin/sNMF</source> | 9 <source>bin/sNMF</source> |
10 <destination>$INSTALL_DIR/bin</destination> | |
11 </action> | |
12 <action type="move_file"> | |
13 <source>bin/vcf2geno</source> | |
10 <destination>$INSTALL_DIR/bin</destination> | 14 <destination>$INSTALL_DIR/bin</destination> |
11 </action> | 15 </action> |
12 <action type="set_environment"> | 16 <action type="set_environment"> |
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | 17 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> |
14 </action> | 18 </action> |