Mercurial > repos > iuc > multiqc
view snippy_plugin.xml @ 29:ef6bd40a30d2 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit 4095773348da6faeb6096f58785b66898b09befa
| author | iuc |
|---|---|
| date | Fri, 10 Oct 2025 20:11:35 +0000 |
| parents | b7e8663db1ec |
| children |
line wrap: on
line source
<macros> <token name="@SNIPPY_COMMAND@"><![CDATA[ #set $pattern = "snippy|ID\tLENGTH\tALIGNED\tUNALIGNED\tVARIANT\tHET\tMASKED\tLOWCOV" @LN_FILES@ ]]></token> <xml name="snippy_form"> <param name="input" type="data" format="txt" multiple="true" label="Output summary of Snippy" help="It should contain 'snippy' or 'ID\tLENGTH\tALIGNED\tUNALIGNED\tVARIANT\tHET\tMASKED\tLOWCOV'"/> </xml> <xml name="snippy_test"> <test expect_num_outputs="3"> <repeat name="results"> <conditional name="software_cond"> <param name="software" value="snippy"/> <param name="input" value="snippy.txt"/> </conditional> </repeat> <param name="title" value="Title of the report"/> <param name="comment" value="Commment for the report"/> <param name="flat" value="true"/> <param name="export" value="true"/> <output name="html_report"> <assert_contents> <has_text text="Title of the report"/> <has_text text="Commment for the report"/> <has_text text="Snippy-Core Alignment Statistics"/> </assert_contents> </output> <output name="stats"> <assert_contents> <has_text text="snippy-Percent_Het"/> <has_text text="snippy-HET"/> <has_text text="700"/> <has_text text="7.285714285714286"/> <has_text text="a"/> <has_n_lines n="5"/> <has_n_columns n="6"/> </assert_contents> </output> <output_collection name="plots" type="list" count="0"/> </test> </xml> </macros>
