view tool_dependencies.xml @ 40:4850787ee1d9

Uploaded
author yhoogstrate
date Mon, 24 Feb 2014 08:19:34 -0500
parents 1a06d89ec1d4
children 6637aba9c1d4
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
	<package name="featurecounts_valid_gff" version="1.4.0.1">
		<install version="1.0">
			<actions>
				<action type="shell_command">svn checkout https://featurecounts-valid-gff.googlecode.com/svn/trunk/ featurecounts_valid_gff &amp;&amp; cd featurecounts_valid_gff/src/ &amp;&amp; make -f Makefile.Linux &amp;&amp; cd ../../</action>
				<action type="move_file">
					<source>bin/featureCounts</source>
					<destination>$INSTALL_DIR/bin</destination>
				</action>
				<action type="set_environment">
					<environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
					<environment_variable name="PATH" action="prepend_to">$REPOSITORY_INSTALL_DIR</environment_variable>
				</action>
			</actions>
		</install>
		<readme>
			Downloads and installs featureCounts-valid-gff; requires SVN to be installed!
		</readme>
	</package>
</tool_dependency>