Mercurial > repos > iuc > multiqc
diff macros.xml @ 29:ef6bd40a30d2 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit 4095773348da6faeb6096f58785b66898b09befa
author | iuc |
---|---|
date | Fri, 10 Oct 2025 20:11:35 +0000 |
parents | e99aaf069191 |
children |
line wrap: on
line diff
--- a/macros.xml Wed Feb 19 16:00:26 2025 +0000 +++ b/macros.xml Fri Oct 10 20:11:35 2025 +0000 @@ -1,6 +1,6 @@ <macros> <token name="@TOOL_VERSION@">1.27</token> - <token name="@VERSION_SUFFIX@">3</token> + <token name="@VERSION_SUFFIX@">4</token> <xml name="bio_tools"> <xrefs> <xref type="bio.tools">multiqc</xref> @@ -109,7 +109,7 @@ </xml> <xml name="general_tests"> <!--Test 01--> - <test expect_num_outputs="3"> + <test expect_num_outputs="4"> <repeat name="results"> <conditional name="software_cond"> <param name="software" value="cutadapt"/> @@ -159,6 +159,7 @@ <param name="comment" value="Commment for the report"/> <param name="flat" value="true"/> <param name="export" value="true"/> + <param name="png_plots" value="true"/> <output name="html_report"> <assert_contents> <has_text text="Title of the report"/> @@ -187,6 +188,7 @@ </assert_contents> </output> <output_collection name="plots" type="list" count="29"/> + <output_collection name="png_plot" type="list" count="38"/> </test> <!--Test 02--> <test expect_num_outputs="2"> @@ -537,7 +539,7 @@ </output--> </test> <!--Test 05--> - <test expect_num_outputs="3"> + <test expect_num_outputs="4"> <repeat name="results"> <conditional name="software_cond"> <param name="software" value="fastqc"/> @@ -551,6 +553,7 @@ <param name="comment" value="Commment for the report"/> <param name="flat" value="true"/> <param name="export" value="true"/> + <param name="png_plots" value="true"/> <output name="html_report"> <assert_contents> <has_text text="Title of the report"/> @@ -573,6 +576,8 @@ </assert_contents> </element> </output_collection> + <output_collection name="png_plot" type="list" count="11"/> + </test> <!--Test 06--> <test expect_num_outputs="2">