view tool_dependencies.xml @ 0:bccac727ef9e draft default tip

Uploaded
author aafc-mbb
date Mon, 14 Mar 2016 16:08:58 -0400
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
	<package name="hmmer" version="3.1b2">
		<install version="1.0">
			<actions os="linux" architecture="x86_64">
				<action type="download_by_url">http://eddylab.org/software/hmmer3/3.1b2/hmmer-3.1b2-linux-intel-x86_64.tar.gz</action>
				<action type="move_directory_files">
					<source_directory>binaries</source_directory>
					<destination_directory>$INSTALL_DIR</destination_directory>
				</action>
				<action type="set_environment">
					<environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
				</action>
			</actions>
		</install>
		<readme> 
			Software: HMMER
			Version: 3.1b2
			Source: https://www.ebi.ac.uk/Tools/hmmer/
			Supported OS: Linux x86_64

			For more info, contact: mbb@agr.gc.ca
		</readme>
	</package>
</tool_dependency>