comparison flexbar_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="@FLEXBAR_COMMAND@"><![CDATA[
3 #set $pattern = "flexible barcode and adapter removal"
4 @LN_FILES@
5 ]]></token>
6 <xml name="flexbar_form">
7 <param name="input" type="data" format="txt,tabular,tsv,csv" label="Output of Flexbar" help="It should contain 'Flexbar - flexible barcode and adapter removal" multiple="true"/>
8 </xml>
9 <!-- add here your test files and tests, the more stringent the better -->
10 <xml name="flexbar_test">
11 <test expect_num_outputs="3">
12 <repeat name="results">
13 <conditional name="software_cond">
14 <param name="software" value="flexbar"/>
15 <param name="input" value="flexbar.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="flexbar_plot"/>
27 </assert_contents>
28 </output>
29 <output name="stats">
30 <assert_contents>
31 <has_text text="Flexbar_mqc_generalstats_flexbar_removed_bases_pct"/>
32 <has_text text="result_right"/>
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>