view tool_dependencies.xml @ 0:bae25c2eb2f6 draft

Uploaded
author dereeper
date Mon, 16 May 2016 14:45:19 -0400
parents
children 91fb259d91e5
line wrap: on
line source

<?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/plink160416/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>