Mercurial > repos > yhoogstrate > featurecounts
view tool_dependencies.xml @ 7:2312bedfe2a3 draft
Uploaded
author | yhoogstrate |
---|---|
date | Wed, 19 Nov 2014 10:07:59 -0500 |
parents | fae19d64e9de |
children | 1a288d568ac1 |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="featurecounts" version="1.4.4"> <install version="1.0"> <actions> <action type="shell_command">wget http://sourceforge.net/projects/subread/files/subread-1.4.4/subread-1.4.4-source.tar.gz && tar -zxvf subread-1.4.4-source.tar.gz && cd subread-1.4.4-source/src/ && make -f Makefile.Linux && cd ../../</action> <action type="move_file"> <source>../subread-1.4.4-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; requires WGET, GNU AUTOTOOLS and TAR to be installed. </readme> </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 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> </package> </tool_dependency>