Mercurial > repos > yhoogstrate > featurecounts_valid_gff
view tool_dependencies.xml @ 59:3521ce097016 draft default tip
Uploaded
author | yhoogstrate |
---|---|
date | Wed, 27 Jan 2016 09:55:09 -0500 |
parents | 6637aba9c1d4 |
children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="samtools" version="0.1.19"> <repository changeset_revision="632f1a03db92" name="package_samtools_0_1_19" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <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 && cd featurecounts_valid_gff/src/ && make -f Makefile.Linux && 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>