# HG changeset patch # User yhoogstrate # Date 1433157476 14400 # Node ID a4c247fdd71b1c93919015243afadecebc00f419 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/package_featurecounts_1_4_6 commit 0eac9a776e7bc33275b8ef5e76a4f17b7b5c1259-dirty diff -r 000000000000 -r a4c247fdd71b tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Jun 01 07:17:56 2015 -0400 @@ -0,0 +1,32 @@ + + + + + + + wget http://garr.dl.sourceforge.net/project/subread/subread-1.4.6-p1/subread-1.4.6-p1-source.tar.gz && + tar -zxvf subread-1.4.6-p1-source.tar.gz && + cd subread-1.4.6-p1-source/src/ && + make -f Makefile.Linux && + cd ../../ + + + ../subread-1.4.6-p1-source/bin/featureCounts + $INSTALL_DIR/bin/ + + + $INSTALL_DIR/bin + + + + + + Downloads and installs featureCounts. + + Prerequisites: + - wget + - gnu-autotools (make) + - tar + + +