changeset 0:65400c333b88 draft default tip

Uploaded
author dereeper
date Fri, 20 Feb 2015 10:02:26 -0500
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Fri Feb 20 10:02:26 2015 -0500
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<tool_dependency version="1.1" >
+	<package name="plink" version="1.07">
+		<install version="1.0">
+			<actions>
+				<action type="download_by_url">http://pngu.mgh.harvard.edu/~purcell/plink/dist/plink-1.07-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>