# HG changeset patch # User iuc # Date 1452725727 18000 # Node ID 7aca2d8f244f7b6dc4724fad4237ab69c38f87e2 planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fastqc commit a81a31319aba09624ea11bb4e41b782ae95dc1c4-dirty diff -r 000000000000 -r 7aca2d8f244f tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Jan 13 17:55:27 2016 -0500 @@ -0,0 +1,29 @@ + + + + + + + https://depot.galaxyproject.org/software/fastqc/fastqc_0.11.4_linux_all.zip + + ../FastQC + $INSTALL_DIR + chmod ugo+x $INSTALL_DIR/fastqc + + + + https://depot.galaxyproject.org/software/fastqc/fastqc_0.11.4_darwin_all.dmg + + hdiutil attach fastqc_v0.11.4.dmg && + cp -R /Volumes/FastQC/FastQC.app $INSTALL_DIR && + hdiutil detach /Volumes/FastQC + + chmod ugo+x $INSTALL_DIR/fastqc + + + $INSTALL_DIR + + + + +