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

Changeset 10:108db6635177 (2023-01-13)
Previous changeset 9:1dfd95ee241e (2021-11-27) Next 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 862f05b5053f55def8007194a702019418697cb5
modified:
bamtools-filter.xml
macros.xml
b
diff -r 1dfd95ee241e -r 108db6635177 bamtools-filter.xml
--- a/bamtools-filter.xml Sat Nov 27 10:02:24 2021 +0000
+++ b/bamtools-filter.xml Fri Jan 13 12:17:39 2023 +0000
b
@@ -1,5 +1,5 @@
-<tool id="bamFilter" name="Filter" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
-    <description>BAM datasets on a variety of attributes</description>
+<tool id="bamFilter" name="Filter BAM" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
+    <description>datasets on a variety of attributes</description>
     <macros>
           <import>macros.xml</import>
     </macros>
b
diff -r 1dfd95ee241e -r 108db6635177 macros.xml
--- a/macros.xml Sat Nov 27 10:02:24 2021 +0000
+++ b/macros.xml Fri Jan 13 12:17:39 2023 +0000
b
@@ -1,11 +1,11 @@
 <?xml version="1.0"?>
 <macros>
-    <token name="@TOOL_VERSION@">2.5.1</token>
-    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@TOOL_VERSION@">2.5.2</token>
+    <token name="@VERSION_SUFFIX@">1</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">bamtools</requirement>
-            <requirement type="package" version="1.4.1">samtools</requirement>
+            <yield />
         </requirements>
     </xml>
     <xml name="citations">
@@ -13,4 +13,4 @@
             <citation type="doi">10.1093/bioinformatics/btr174</citation>
         </citations>
     </xml>
-</macros>
\ No newline at end of file
+</macros>