# HG changeset patch
# User iuc
# Date 1710510595 0
# Node ID fa7b5520ae531c077cd7fdb776bf7806c640993f
# Parent  6dbef7ea22533bb2ee3a9e0ce9322df491b54b1e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tool_collections/bamtools/bamtools_split commit 5ebe920838ab3c36e93d620c479df17f43f8e336

diff -r 6dbef7ea2253 -r fa7b5520ae53 bamtools_split_mapped.xml
--- a/bamtools_split_mapped.xml	Fri Jan 13 12:18:06 2023 +0000
+++ b/bamtools_split_mapped.xml	Fri Mar 15 13:49:55 2024 +0000
@@ -3,6 +3,7 @@
     <macros>
           <import>macros.xml</import>
     </macros>
+    <expand macro="xrefs"/>
     <expand macro="requirements" />
     <command>
         <![CDATA[
diff -r 6dbef7ea2253 -r fa7b5520ae53 macros.xml
--- a/macros.xml	Fri Jan 13 12:18:06 2023 +0000
+++ b/macros.xml	Fri Mar 15 13:49:55 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>