Mercurial > repos > iuc > samtools_depth
diff samtools_depth.xml @ 5:772919943459 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_depth commit c508c3af0f4121dcc38e0be63db00a604e997b8a
author | iuc |
---|---|
date | Thu, 19 Jun 2025 12:58:55 +0000 |
parents | 971dc85e9441 |
children |
line wrap: on
line diff
--- a/samtools_depth.xml Mon Nov 20 22:14:44 2023 +0000 +++ b/samtools_depth.xml Thu Jun 19 12:58:55 2025 +0000 @@ -135,19 +135,25 @@ <param name="input_bed" value="eboVir3.1.bed" ftype="bed" /> </conditional> <param name="input_bams" value="eboVir3.bam" ftype="bam" /> - <param name="header" value="true" /> + <section name="output_options"> + <param name="header" value="true" /> + </section> <output name="output" file="samtools_depth_out5.tab" /> </test> <!-- 6) Tetsing argument -g --> <test> <param name="input_bams" value="eboVir3.bam" ftype="bam" /> - <param name="required_flags" value="2,16,64" /> + <section name="additional_options"> + <param name="required_flags" value="2,16,64" /> + </section> <output name="output" file="samtools_depth_out6.tab" /> </test> <!-- 7) Tetsing argument -G --> <test> <param name="input_bams" value="eboVir3.bam" ftype="bam" /> - <param name="skipped_flags" value="2,16,64" /> + <section name="additional_options"> + <param name="skipped_flags" value="2,16,64" /> + </section> <output name="output" file="samtools_depth_out7.tab" /> </test> </tests>