Mercurial > repos > iuc > multiqc
changeset 4:08188e2202aa draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit cb4a49f04475c7f6e2d304ded739c63db9f29724
author | iuc |
---|---|
date | Fri, 01 Dec 2017 09:06:39 -0500 |
parents | fb44dede6db8 |
children | 363710bf14f6 |
files | multiqc.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/multiqc.xml Fri Nov 17 13:26:48 2017 -0500 +++ b/multiqc.xml Fri Dec 01 09:06:39 2017 -0500 @@ -27,7 +27,7 @@ <requirements> <requirement type="package" version="@WRAPPER_VERSION@">multiqc</requirement> </requirements> - <version_command>mulitqc --version</version_command> + <version_command>multiqc --version</version_command> <command detect_errors="aggressive"> <![CDATA[ die() { echo "$@" 1>&2 ; exit 1; } &&