Mercurial > repos > iuc > multiqc
view bakta_plugin.xml @ 28:31c42a2c02d3 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit 7f250f4b9484eceef360ba62ef519c94b56c0b97
author | iuc |
---|---|
date | Wed, 19 Feb 2025 16:01:14 +0000 |
parents | 7591bce96601 |
children |
line wrap: on
line source
<macros> <token name="@BAKTA_COMMAND@"><![CDATA[ #set $pattern = "Bakta:" #for $file in $repeat.software_cond.input @ESCAPE_IDENTIFIER@ #set file_path = os.path.join($software_dir, str($identifier) + '.txt') ln -s '$file' '$file_path' && #end for ]]></token> <xml name="bakta_form"> <param name="input" type="data" format="txt" multiple="true" label="Output of Bakta" help="It should contain 'Bakta:'"/> </xml> <xml name="bakta_test"> <test expect_num_outputs="3"> <repeat name="results"> <conditional name="software_cond"> <param name="software" value="bakta"/> <param name="input" value="bakta.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="Bakta"/> <has_text text="bakta_txt"/> </assert_contents> </output> <output name="stats"> <assert_contents> <has_text text="bakta-Count"/> <has_text text="bakta-Length"/> <has_text text="bakta-CDSs"/> <has_text text="1"/> <has_text text="1330"/> <has_text text="2"/> <has_n_lines n="2"/> <has_n_columns n="4"/> </assert_contents> </output> <output_collection name="plots" type="list" count="0"/> </test> </xml> </macros>