comparison megahit_plugin.xml @ 27:7591bce96601 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit 327834d2ea9b16f0f0264fa4e9b675a2277f2fee
author iuc
date Tue, 18 Feb 2025 23:18:25 +0000
parents
children
comparison
equal deleted inserted replaced
26:d2aaac19f42f 27:7591bce96601
1 <macros>
2 <token name="@MEGAHIT_COMMAND@"><![CDATA[
3 #set $pattern = " - MEGAHIT v"
4 @LN_FILES@
5 ]]></token>
6 <xml name="megahit_form">
7 <param name="input" type="data" format="txt" multiple="true" label="Output of MEGAHIT" help="It should contain ' - MEGAHIT v'"/>
8 </xml>
9 <xml name="megahit_test">
10 <test expect_num_outputs="3">
11 <repeat name="results">
12 <conditional name="software_cond">
13 <param name="software" value="megahit"/>
14 <param name="input" value="megahit.txt"/>
15 </conditional>
16 </repeat>
17 <param name="title" value="Title of the report"/>
18 <param name="comment" value="Commment for the report"/>
19 <param name="flat" value="true"/>
20 <param name="export" value="true"/>
21 <output name="html_report">
22 <assert_contents>
23 <has_text text="Title of the report"/>
24 <has_text text="Commment for the report"/>
25 <has_text text="MEGAHIT"/>
26 <has_text text="NGS read assembler"/>
27 <has_text text="Metrics and run statistics from MEGAHIT run logs"/>
28 </assert_contents>
29 </output>
30 <output name="stats">
31 <assert_contents>
32 <has_text text="megahit-megahit_contigs"/>
33 <has_text text="megahit-megahit_avg_contig"/>
34 <has_text text="megahit-megahit_n50"/>
35 <has_text text="576"/>
36 <has_text text="1"/>
37 <has_n_lines n="2"/>
38 <has_n_columns n="4"/>
39 </assert_contents>
40 </output>
41 <output_collection name="plots" type="list" count="0"/>
42 </test>
43 </xml>
44 </macros>