view tool_dependencies.xml @ 0:cc6db1ee2d48 draft

Uploaded
author urgi-team
date Mon, 05 Oct 2015 11:05:21 -0400
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
	<package name="mdust" version="1.0">
		<install version="1.0">
			<actions>
				<action type="download_by_url">ftp://occams.dfci.harvard.edu/pub/bio/tgi/software/seqclean/mdust.tar.gz</action>
				<action type="shell_command">make</action>
				<action type="move_file">
					<source>mdust</source>
					<destination>$INSTALL_DIR</destination>
				</action>
				<action type="set_environment">
					<environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
				</action>
			</actions>
		</install>
	</package>	
</tool_dependency>