comparison 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
comparison
equal deleted inserted replaced
28:e99aaf069191 29:ef6bd40a30d2
1 <macros> 1 <macros>
2 <token name="@TOOL_VERSION@">1.27</token> 2 <token name="@TOOL_VERSION@">1.27</token>
3 <token name="@VERSION_SUFFIX@">3</token> 3 <token name="@VERSION_SUFFIX@">4</token>
4 <xml name="bio_tools"> 4 <xml name="bio_tools">
5 <xrefs> 5 <xrefs>
6 <xref type="bio.tools">multiqc</xref> 6 <xref type="bio.tools">multiqc</xref>
7 </xrefs> 7 </xrefs>
8 </xml> 8 </xml>
107 </assert_contents> 107 </assert_contents>
108 </element> 108 </element>
109 </xml> 109 </xml>
110 <xml name="general_tests"> 110 <xml name="general_tests">
111 <!--Test 01--> 111 <!--Test 01-->
112 <test expect_num_outputs="3"> 112 <test expect_num_outputs="4">
113 <repeat name="results"> 113 <repeat name="results">
114 <conditional name="software_cond"> 114 <conditional name="software_cond">
115 <param name="software" value="cutadapt"/> 115 <param name="software" value="cutadapt"/>
116 <param name="input" value="cutadapt.txt"/> 116 <param name="input" value="cutadapt.txt"/>
117 </conditional> 117 </conditional>
157 </repeat> 157 </repeat>
158 <param name="title" value="Title of the report"/> 158 <param name="title" value="Title of the report"/>
159 <param name="comment" value="Commment for the report"/> 159 <param name="comment" value="Commment for the report"/>
160 <param name="flat" value="true"/> 160 <param name="flat" value="true"/>
161 <param name="export" value="true"/> 161 <param name="export" value="true"/>
162 <param name="png_plots" value="true"/>
162 <output name="html_report"> 163 <output name="html_report">
163 <assert_contents> 164 <assert_contents>
164 <has_text text="Title of the report"/> 165 <has_text text="Title of the report"/>
165 <has_text text="Commment for the report"/> 166 <has_text text="Commment for the report"/>
166 <has_text text="cutadapt_trimmed_sequences_plot"/> 167 <has_text text="cutadapt_trimmed_sequences_plot"/>
185 <has_n_lines n="11"/> 186 <has_n_lines n="11"/>
186 <has_n_columns n="22"/> 187 <has_n_columns n="22"/>
187 </assert_contents> 188 </assert_contents>
188 </output> 189 </output>
189 <output_collection name="plots" type="list" count="29"/> 190 <output_collection name="plots" type="list" count="29"/>
191 <output_collection name="png_plot" type="list" count="38"/>
190 </test> 192 </test>
191 <!--Test 02--> 193 <!--Test 02-->
192 <test expect_num_outputs="2"> 194 <test expect_num_outputs="2">
193 <repeat name="results"> 195 <repeat name="results">
194 <conditional name="software_cond"> 196 <conditional name="software_cond">
535 <has_n_lines n="2" /> 537 <has_n_lines n="2" />
536 </assert_contents> 538 </assert_contents>
537 </output--> 539 </output-->
538 </test> 540 </test>
539 <!--Test 05--> 541 <!--Test 05-->
540 <test expect_num_outputs="3"> 542 <test expect_num_outputs="4">
541 <repeat name="results"> 543 <repeat name="results">
542 <conditional name="software_cond"> 544 <conditional name="software_cond">
543 <param name="software" value="fastqc"/> 545 <param name="software" value="fastqc"/>
544 <repeat name="output"> 546 <repeat name="output">
545 <param name="type" value="data"/> 547 <param name="type" value="data"/>
549 </repeat> 551 </repeat>
550 <param name="title" value="Title of the report"/> 552 <param name="title" value="Title of the report"/>
551 <param name="comment" value="Commment for the report"/> 553 <param name="comment" value="Commment for the report"/>
552 <param name="flat" value="true"/> 554 <param name="flat" value="true"/>
553 <param name="export" value="true"/> 555 <param name="export" value="true"/>
556 <param name="png_plots" value="true"/>
554 <output name="html_report"> 557 <output name="html_report">
555 <assert_contents> 558 <assert_contents>
556 <has_text text="Title of the report"/> 559 <has_text text="Title of the report"/>
557 <has_text text="Commment for the report"/> 560 <has_text text="Commment for the report"/>
558 <has_text text="fastqc_seq_heatmap_key_t"/> 561 <has_text text="fastqc_seq_heatmap_key_t"/>
571 <assert_contents> 574 <assert_contents>
572 <has_size size="2877" delta="200"/> 575 <has_size size="2877" delta="200"/>
573 </assert_contents> 576 </assert_contents>
574 </element> 577 </element>
575 </output_collection> 578 </output_collection>
579 <output_collection name="png_plot" type="list" count="11"/>
580
576 </test> 581 </test>
577 <!--Test 06--> 582 <!--Test 06-->
578 <test expect_num_outputs="2"> 583 <test expect_num_outputs="2">
579 <repeat name="results"> 584 <repeat name="results">
580 <conditional name="software_cond"> 585 <conditional name="software_cond">