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

Changeset 3:98e3a3cf0a35 (2016-08-05)
Previous changeset 2:86ff0807889e (2016-06-21) Next changeset 4:a4013c3a2f85 (2017-08-08)
Commit message:
Uploaded
modified:
tool_dependencies.xml
b
diff -r 86ff0807889e -r 98e3a3cf0a35 tool_dependencies.xml
--- a/tool_dependencies.xml Tue Jun 21 19:36:27 2016 -0400
+++ b/tool_dependencies.xml Fri Aug 05 10:25:28 2016 -0400
b
@@ -1,18 +1,18 @@
 <?xml version="1.0"?>
 <tool_dependency version="1.1" >
- <package name="plink" version="1.90">
- <install version="1.0">
- <actions>
- <action type="download_by_url">http://www.cog-genomics.org/static/bin/plink160607/plink_linux_x86_64.zip</action>
- <action type="shell_command">chmod +x plink</action>
- <action type="move_file">
- <source>plink</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>
+<package name="plink" version="1.90">
+<install version="1.0">
+<actions>
+<action type="download_by_url">http://www.cog-genomics.org/static/bin/plink160804/plink_linux_x86_64.zip</action>
+<action type="shell_command">chmod +x plink</action>
+<action type="move_file">
+<source>plink</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>