# HG changeset patch # User iuc # Date 1452871364 18000 # Node ID a7f81f2554ad56e37497bfea8304e0f1659f7120 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_fastqc_0_11_4 commit f5fbc019067477af4a8c340c7d25af4a32563f21 diff -r 000000000000 -r a7f81f2554ad tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Jan 15 10:22:44 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 + + + + +