comparison trimmomatic_plugin.xml @ 24:f7e2f1eb3a16 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit dffbb5d421a5a5773bcb7f05933b12c45461bb58
author iuc
date Mon, 02 Sep 2024 14:22:54 +0000
parents
children
comparison
equal deleted inserted replaced
23:abfd8a6544d7 24:f7e2f1eb3a16
1 <macros>
2 <token name="@TRIMMOMATIC_COMMAND@">
3 <!--This pattern is used to check the file content in the @CHECK_LN_FILE@ token. The pattern should be included in the file. -->
4 #set $pattern = "Trimmomatic"
5 @LN_FILES@
6 </token>
7 <xml name="trimmomatic_form">
8 <param name="input" type="data" format="txt,tabular,tsv,csv" label="Output of Trimmomatic" help="It should contain 'TTrimmomatic" multiple="true"/>
9 </xml>
10 <xml name="trimmomatic_test">
11 <test expect_num_outputs="3">
12 <repeat name="results">
13 <conditional name="software_cond">
14 <param name="software" value="trimmomatic"/>
15 <param name="input" value="trimmomatic.txt"/>
16 </conditional>
17 </repeat>
18 <param name="title" value="Title of the report"/>
19 <param name="comment" value="Commment for the report"/>
20 <param name="flat" value="true"/>
21 <param name="export" value="true"/>
22 <output name="html_report">
23 <assert_contents>
24 <has_text text="Title of the report"/>
25 <has_text text="Commment for the report"/>
26 <has_text text="trimmomatic_plot"/>
27 </assert_contents>
28 </output>
29 <output name="stats">
30 <assert_contents>
31 <has_text text="Trimmomatic_mqc_generalstats_trimmomatic_dropped_pct"/>
32 <has_text text="C2"/>
33 <has_n_lines n="2"/>
34 <has_n_columns n="2"/>
35 </assert_contents>
36 </output>
37 <output_collection name="plots" type="list" count="1"/>
38 </test>
39 </xml>
40 </macros>