# HG changeset patch
# User iuc
# Date 1728032213 0
# Node ID 4f4c5a4dda5957364f21a6c3e45594e70678b7f1
# Parent  b43c26de870115d06f4d69f88ab9aaaa97092f1f
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit a6a6774ae353f915a5ca34af8f281edd91e5c665

diff -r b43c26de8701 -r 4f4c5a4dda59 convert_bc_to_binary_RY.xml
--- a/convert_bc_to_binary_RY.xml	Wed Dec 25 11:40:00 2019 -0500
+++ b/convert_bc_to_binary_RY.xml	Fri Oct 04 08:56:53 2024 +0000
@@ -1,4 +1,4 @@
-<tool id="bctools_convert_to_binary_barcode" name="Create binary barcodes" version="@VERSION@">
+<tool id="bctools_convert_to_binary_barcode" name="Create binary barcodes" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
     <description>from regular barcodes.</description>
     <macros>
         <import>macros.xml</import>
diff -r b43c26de8701 -r 4f4c5a4dda59 macros.xml
--- a/macros.xml	Wed Dec 25 11:40:00 2019 -0500
+++ b/macros.xml	Fri Oct 04 08:56:53 2024 +0000
@@ -1,11 +1,13 @@
 <macros>
     <xml name="requirements">
         <requirements>
-            <requirement type="package" version="@VERSION@">bctools</requirement>
+            <requirement type="package" version="@TOOL_VERSION@">bctools</requirement>
             <yield/>
         </requirements>
     </xml>
-    <token name="@VERSION@">0.2.2</token>
+    <token name="@TOOL_VERSION@">0.2.2</token>
+    <token name="@VERSION_SUFFIX@">2</token>
+    <token name="@PROFILE@">23.1</token>
     <xml name="citations">
         <citations>
             <citation type="doi">10.1016/j.molcel.2013.07.001</citation>