# HG changeset patch # User yhoogstrate # Date 1441875248 14400 # Node ID 0b6d65d9f1033fdc535180cb12c81b9e94662c1e # Parent 4274314879c845b2c9c9d22bde471528bd494547 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/featurecounts_galaxy_wrapper commit 632991bfb9084ec1c9565bcd610f4cce563fe3a3 diff -r 4274314879c8 -r 0b6d65d9f103 tool_dependencies.xml --- a/tool_dependencies.xml Mon Jun 01 07:06:28 2015 -0400 +++ b/tool_dependencies.xml Thu Sep 10 04:54:08 2015 -0400 @@ -1,32 +1,31 @@ - - - - - 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 + + + ../subread-1.4.6-p1-source/bin/featureCounts + $INSTALL_DIR/bin/ + + + $INSTALL_DIR/bin + + + + + Downloads and installs featureCounts. + + Prerequisites: + - wget + - gnu-autotools (make) + - tar + +