Repository 'bamtools_filter'
hg clone https://toolshed.g2.bx.psu.edu/repos/devteam/bamtools_filter

Changeset 12:62e4d6cdbaa7 (2025-06-18)
Previous changeset 11:993b19f20c76 (2024-03-15)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools_filter commit eca92f6ec1b61f1a772b308cfcb1c7b3b7b22ea5
modified:
bamtools-filter.xml
macros.xml
b
diff -r 993b19f20c76 -r 62e4d6cdbaa7 bamtools-filter.xml
--- a/bamtools-filter.xml Fri Mar 15 13:49:20 2024 +0000
+++ b/bamtools-filter.xml Wed Jun 18 08:33:43 2025 +0000
b
@@ -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>
b
diff -r 993b19f20c76 -r 62e4d6cdbaa7 macros.xml
--- a/macros.xml Fri Mar 15 13:49:20 2024 +0000
+++ b/macros.xml Wed Jun 18 08:33:43 2025 +0000
b
@@ -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>