# HG changeset patch
# User iuc
# Date 1710510552 0
# Node ID 970e6333f07e3c5935cd5327d5109aff229b37a3
# Parent  ddb22028b55237d9100203a5655ea037e4af6782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools commit 5ebe920838ab3c36e93d620c479df17f43f8e336

diff -r ddb22028b552 -r 970e6333f07e bamtools.xml
--- a/bamtools.xml	Fri Jan 13 12:17:31 2023 +0000
+++ b/bamtools.xml	Fri Mar 15 13:49:12 2024 +0000
@@ -4,6 +4,7 @@
     <macros>
           <import>macros.xml</import>
     </macros>
+    <expand macro="xrefs"/>
     <expand macro="requirements">
         <requirement type="package" version="1.16.1">samtools</requirement>
     </expand>
diff -r ddb22028b552 -r 970e6333f07e macros.xml
--- a/macros.xml	Fri Jan 13 12:17:31 2023 +0000
+++ b/macros.xml	Fri Mar 15 13:49:12 2024 +0000
@@ -1,7 +1,12 @@
 <?xml version="1.0"?>
 <macros>
     <token name="@TOOL_VERSION@">2.5.2</token>
-    <token name="@VERSION_SUFFIX@">1</token>
+    <token name="@VERSION_SUFFIX@">2</token>
+    <xml name="xrefs">
+        <xrefs>
+            <xref type="bio.tools">bamtools</xref>
+        </xrefs>
+    </xml>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">bamtools</requirement>