changeset 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
files bamtools-filter.xml macros.xml
diffstat 2 files changed, 9 insertions(+), 3 deletions(-) [+]
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="&gt;20"/>
+            <repeat name="conditions">
+                <repeat name="filters">
+                    <conditional name="bam_property">
+                        <param name="bam_property_selector" value="mapQuality"/>
+                        <param name="bam_property_value" value="&gt;20"/>
+                    </conditional>
+                </repeat>
+            </repeat>
             <output name="out_file1" ftype="bam" file="bamtools-test1.bam" />
         </test>
     </tests>
--- a/macros.xml	Fri Mar 15 13:49:20 2024 +0000
+++ b/macros.xml	Wed Jun 18 08:33:43 2025 +0000
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <macros>
     <token name="@TOOL_VERSION@">2.5.2</token>
-    <token name="@VERSION_SUFFIX@">2</token>
+    <token name="@VERSION_SUFFIX@">3</token>
     <xml name="xrefs">
         <xrefs>
             <xref type="bio.tools">bamtools</xref>