view tool_dependencies.xml @ 2:a5cd2b1d8505 draft default tip

Uploaded
author dereeper
date Tue, 17 May 2016 12:59:54 -0400
parents 263012e96827
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency version="1.1" >
	<package name="snmf" version="1.2">
		<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/* </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>
			</actions>
		</install>
	</package>
</tool_dependency>