view tool_dependencies.xml @ 7:83fe7d36a64d draft

Uploaded
author jeremie
date Thu, 19 Jun 2014 09:30:16 -0400
parents 3f6014ca8e19
children c8bdd88ddbba
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
	<package name="samtools" version="0.1.18">
		<repository changeset_revision="171cd8bc208d" name="package_samtools_0_1_18" owner="devteam" toolshed="http://toolshed.g2.bx.psu.edu" />
	</package>
	<package name="pindel" version="0.2.5">
		<install version="1.0">
			<actions>
				<action type="download_by_url" target_filename="pindel-master.zip">https://github.com/genome/pindel/archive/master.zip</action>
				<!--<action type="shell_command">unzip pindel-master.zip -d pindel</action>-->
				<action type="shell_command">cd pindel-master</action>
				<action type="shell_command">make SAMTOOLS=~/samtools</action> 
				<action type="move_file">
					<source>pindel</source>
					<destination>$INSTALL_DIR/</destination>
				</action>
				<action type="set_environment">
					<environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
				</action>
			</actions>
		</install>
		<readme>
		</readme>
	</package>
</tool_dependency>