Mercurial > repos > iuc > multiqc
diff multiqc.xml @ 28:31c42a2c02d3 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit 7f250f4b9484eceef360ba62ef519c94b56c0b97
author | iuc |
---|---|
date | Wed, 19 Feb 2025 16:01:14 +0000 |
parents | 7591bce96601 |
children |
line wrap: on
line diff
--- a/multiqc.xml Tue Feb 18 23:18:25 2025 +0000 +++ b/multiqc.xml Wed Feb 19 16:01:14 2025 +0000 @@ -37,6 +37,7 @@ <import>nonpareil_plugin.xml</import> <import>gtdbtk_plugin.xml</import> <import>sambamba_plugin.xml</import> + <import>image_content_plugin.xml</import> </macros> <expand macro="bio_tools"/> <expand macro="requirements"/> @@ -195,6 +196,10 @@ #end if #end for +#if str($image_content_input) != "None" + @IMAGE_CONTENT_COMMAND@ +#end if + multiqc multiqc_WDir --filename 'report' @@ -464,6 +469,7 @@ </when> </conditional> </repeat> + <expand macro="image_content_form"/> <param name="title" type="text" value="" optional="true" label="Report title" help="It is printed as page header"> <sanitizer invalid_char=""> <valid initial="string.letters,string.digits"> @@ -537,7 +543,6 @@ <expand macro="nonpareil_test"/> <expand macro="gtdbtk_test"/> <expand macro="sambamba_test"/> - <!--expand macro="vcftools_test"/> Does not work, did it ever worked? --> </tests>