view tool_dependencies.xml @ 17:1db7b15823ca

Uploaded
author fcaramia
date Tue, 11 Dec 2012 22:05:30 -0500
parents c3f5fbc85988
children ca815579053d
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
   <package name="bedtools" version="2.17.0">
       <install version="1.0">
           <actions>
		<action type="download_by_url" target_filename="bedtools-2.17.0.tar.gz" >http://bedtools.googlecode.com/files/BEDTools.v2.17.0.tar.gz</action>
		<action type="shell_command">make all</action>
		<action type="move_directory_files">
			<source_directory>bin</source_directory>
			<destination_directory>$INSTALL_DIR/bin</destination_directory>
		</action>
		<action type="set_environment">
		   <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
		</action>
           </actions>
       </install>
       <readme>
GCC version 4.1 or greater is recommended. 3.x versions will typically not compile BEDTools
       </readme>
   </package>
</tool_dependency>