Mercurial > repos > devteam > bamtools_filter
diff bamtools-filter.xml @ 12:62e4d6cdbaa7 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools_filter commit eca92f6ec1b61f1a772b308cfcb1c7b3b7b22ea5
| author | iuc |
|---|---|
| date | Wed, 18 Jun 2025 08:33:43 +0000 |
| parents | 993b19f20c76 |
| children |
line wrap: on
line diff
--- a/bamtools-filter.xml Fri Mar 15 13:49:20 2024 +0000 +++ b/bamtools-filter.xml Wed Jun 18 08:33:43 2025 +0000 @@ -193,8 +193,14 @@ <tests> <test> <param name="input_bam" ftype="bam" value="bamtools-input1.bam"/> - <param name="bam_property_selector" value="mapQuality"/> - <param name="bam_property_value" value=">20"/> + <repeat name="conditions"> + <repeat name="filters"> + <conditional name="bam_property"> + <param name="bam_property_selector" value="mapQuality"/> + <param name="bam_property_value" value=">20"/> + </conditional> + </repeat> + </repeat> <output name="out_file1" ftype="bam" file="bamtools-test1.bam" /> </test> </tests>
