view tool_dependencies.xml @ 12:b2c1799ed8d1 draft

planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/featurecounts commit 0eac9a776e7bc33275b8ef5e76a4f17b7b5c1259
author yhoogstrate
date Mon, 01 Jun 2015 07:07:09 -0400
parents 1a288d568ac1
children b486372c8948
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
	<package name="featurecounts" version="1.4.6.p1">
		<repository changeset_revision="4274314879c8" name="package_featurecounts_1_4_6" owner="yhoogstrate" toolshed="https://testtoolshed.g2.bx.psu.edu" />
	</package>
	
	<package name="featurecounts2bed" version="1.0.0">
		<install version="1.0">
			<actions>
				<action type="shell_command">mkdir $INSTALL_DIR/bin ; cp $REPOSITORY_INSTALL_DIR/featurecounts2bed.sh $INSTALL_DIR/bin/</action>
				<action type="chmod">
					<file mode="755">$INSTALL_DIR/bin/featurecounts2bed.sh</file>
				</action>
				<action type="set_environment">
					<environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
					<environment_variable action="prepend_to" name="PATH">$REPOSITORY_INSTALL_DIR</environment_variable>
				</action>
			</actions>
		</install>
	</package>
</tool_dependency>