Mercurial > repos > devteam > bamtools_filter
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 11:993b19f20c76 | 12:62e4d6cdbaa7 |
|---|---|
| 191 <data name="out_file1" format="bam" label="${tool.name} on ${on_string}: Filtered BAM" /> | 191 <data name="out_file1" format="bam" label="${tool.name} on ${on_string}: Filtered BAM" /> |
| 192 </outputs> | 192 </outputs> |
| 193 <tests> | 193 <tests> |
| 194 <test> | 194 <test> |
| 195 <param name="input_bam" ftype="bam" value="bamtools-input1.bam"/> | 195 <param name="input_bam" ftype="bam" value="bamtools-input1.bam"/> |
| 196 <param name="bam_property_selector" value="mapQuality"/> | 196 <repeat name="conditions"> |
| 197 <param name="bam_property_value" value=">20"/> | 197 <repeat name="filters"> |
| 198 <conditional name="bam_property"> | |
| 199 <param name="bam_property_selector" value="mapQuality"/> | |
| 200 <param name="bam_property_value" value=">20"/> | |
| 201 </conditional> | |
| 202 </repeat> | |
| 203 </repeat> | |
| 198 <output name="out_file1" ftype="bam" file="bamtools-test1.bam" /> | 204 <output name="out_file1" ftype="bam" file="bamtools-test1.bam" /> |
| 199 </test> | 205 </test> |
| 200 </tests> | 206 </tests> |
| 201 <help> | 207 <help> |
| 202 <