Mercurial > repos > iuc > multiqc
comparison bbduk_plugin.xml @ 27:b7e8663db1ec 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:17:45 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 26:1206c725e45a | 27:b7e8663db1ec |
|---|---|
| 1 <macros> | |
| 2 <token name="@BBDUK_COMMAND@"><![CDATA[ | |
| 3 #set $pattern = "Executing jgi\.BBDuk" | |
| 4 @LN_FILES@ | |
| 5 ]]></token> | |
| 6 <xml name="bbduk_form"> | |
| 7 <param name="input" type="data" format="txt" multiple="true" label="Output of BBDuk" help="It should contain 'Executing jgi.BBDuk'"/> | |
| 8 </xml> | |
| 9 <xml name="bbduk_test"> | |
| 10 <test expect_num_outputs="3"> | |
| 11 <repeat name="results"> | |
| 12 <conditional name="software_cond"> | |
| 13 <param name="software" value="bbduk"/> | |
| 14 <param name="input" value="bbduk.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="BBDuk"/> | |
| 26 <has_text text="BBDuk: Filtered Reads"/> | |
| 27 <has_text text="0.0"/> | |
| 28 </assert_contents> | |
| 29 </output> | |
| 30 <output name="stats"> | |
| 31 <assert_contents> | |
| 32 <has_text text="bbduk-Total_Removed_bases_percent"/> | |
| 33 <has_text text="bbduk-Total_Removed_bases"/> | |
| 34 <has_text text="bbduk-Total_Removed_reads_percent"/> | |
| 35 <has_text text="bbduk-Total_Removed_reads"/> | |
| 36 <has_text text="bbduk-Input_reads"/> | |
| 37 <has_n_lines n="2"/> | |
| 38 <has_n_columns n="6"/> | |
| 39 </assert_contents> | |
| 40 </output> | |
| 41 <output_collection name="plots" type="list" count="2"/> | |
| 42 </test> | |
| 43 </xml> | |
| 44 </macros> |
