Repository 'package_snmf_1_2'
hg clone https://toolshed.g2.bx.psu.edu/repos/dereeper/package_snmf_1_2

Changeset 2:a5cd2b1d8505 (2016-05-17)
Previous changeset 1:263012e96827 (2016-05-17)
Commit message:
Uploaded
modified:
tool_dependencies.xml
b
diff -r 263012e96827 -r a5cd2b1d8505 tool_dependencies.xml
--- a/tool_dependencies.xml Tue May 17 12:24:49 2016 -0400
+++ b/tool_dependencies.xml Tue May 17 12:59:54 2016 -0400
b
@@ -4,11 +4,15 @@
  <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">chmod 755 install.command &amp;&amp; ./install.command &amp;&amp; chmod +x bin/* &amp;&amp; cp -rf bin/* $INSTALL_DIR/bin</action>
+ <action type="shell_command">chmod 755 install.command &amp;&amp; ./install.command &amp;&amp; chmod +x bin/* </action>
  <action type="move_file">
  <source>bin/sNMF</source>
  <destination>$INSTALL_DIR/bin</destination>
  </action>
+ <action type="move_file">
+ <source>bin/vcf2geno</source>
+ <destination>$INSTALL_DIR/bin</destination>
+ </action>
  <action type="set_environment">
  <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
  </action>