# HG changeset patch # User yhoogstrate # Date 1441876196 14400 # Node ID 42796f06052f43af50c0953fce4d4d1c239dc634 # Parent a4c247fdd71b1c93919015243afadecebc00f419 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/featurecounts_galaxy_wrapper commit b05640a41e2106782ac7f88f858b0a256918fa6f diff -r a4c247fdd71b -r 42796f06052f tool_dependencies.xml --- a/tool_dependencies.xml Mon Jun 01 07:17:56 2015 -0400 +++ b/tool_dependencies.xml Thu Sep 10 05:09:56 2015 -0400 @@ -1,32 +1,30 @@ - - - - - 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 - - + + + + http://sourceforge.net/projects/subread/files/subread-1.4.6-p1/subread-1.4.6-p1-source.tar.gz/download + + + bin/featureCounts + $INSTALL_DIR/bin/ + + + $INSTALL_DIR/bin + + + + + Downloads and installs featureCounts. + + Prerequisites: + - wget + - gnu-autotools (make) + - tar + +