Mercurial > repos > iuc > multiqc
comparison bakta_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="@BAKTA_COMMAND@"><![CDATA[ | |
3 #set $pattern = "Bakta:" | |
4 #for $file in $repeat.software_cond.input | |
5 @ESCAPE_IDENTIFIER@ | |
6 #set file_path = os.path.join($software_dir, str($identifier) + '.txt') | |
7 ln -s '$file' '$file_path' && | |
8 #end for | |
9 ]]></token> | |
10 <xml name="bakta_form"> | |
11 <param name="input" type="data" format="txt" multiple="true" label="Output of Bakta" help="It should contain 'Bakta:'"/> | |
12 </xml> | |
13 <xml name="bakta_test"> | |
14 <test expect_num_outputs="3"> | |
15 <repeat name="results"> | |
16 <conditional name="software_cond"> | |
17 <param name="software" value="bakta"/> | |
18 <param name="input" value="bakta.txt"/> | |
19 </conditional> | |
20 </repeat> | |
21 <param name="title" value="Title of the report"/> | |
22 <param name="comment" value="Commment for the report"/> | |
23 <param name="flat" value="true"/> | |
24 <param name="export" value="true"/> | |
25 <output name="html_report"> | |
26 <assert_contents> | |
27 <has_text text="Title of the report"/> | |
28 <has_text text="Commment for the report"/> | |
29 <has_text text="Bakta"/> | |
30 <has_text text="bakta_txt"/> | |
31 </assert_contents> | |
32 </output> | |
33 <output name="stats"> | |
34 <assert_contents> | |
35 <has_text text="bakta-Count"/> | |
36 <has_text text="bakta-Length"/> | |
37 <has_text text="bakta-CDSs"/> | |
38 <has_text text="1"/> | |
39 <has_text text="1330"/> | |
40 <has_text text="2"/> | |
41 <has_n_lines n="2"/> | |
42 <has_n_columns n="4"/> | |
43 </assert_contents> | |
44 </output> | |
45 <output_collection name="plots" type="list" count="0"/> | |
46 </test> | |
47 </xml> | |
48 </macros> |