# HG changeset patch
# User iuc
# Date 1698832481 0
# Node ID e94187d661df108115095b8e2a66444232422a66
# Parent  5a5ae61da69c449c27df5443b945b784c319aa54
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/funannotate commit 1102ae206f5dfb9322d28b23d224eb67a7b80a1c

diff -r 5a5ae61da69c -r e94187d661df funannotate_compare.xml
--- a/funannotate_compare.xml	Fri Oct 20 10:10:00 2023 +0000
+++ b/funannotate_compare.xml	Wed Nov 01 09:54:41 2023 +0000
@@ -3,6 +3,7 @@
     <macros>
         <import>macros.xml</import>
     </macros>
+    <expand macro="biotools" />
     <requirements>
         <expand macro="requirements" />
     </requirements>
diff -r 5a5ae61da69c -r e94187d661df macros.xml
--- a/macros.xml	Fri Oct 20 10:10:00 2023 +0000
+++ b/macros.xml	Wed Nov 01 09:54:41 2023 +0000
@@ -1,8 +1,14 @@
 <?xml version="1.0"?>
 <macros>
     <token name="@TOOL_VERSION@">1.8.15</token>
-    <token name="@VERSION_SUFFIX@">2</token>
-
+    <token name="@VERSION_SUFFIX@">3</token>
+    <xml name="biotools">
+        <xrefs>
+            <xref type="bio.tools">
+                funannotate
+            </xref>
+        </xrefs>
+    </xml>
     <xml name="requirements">
         <requirement type="package" version="@TOOL_VERSION@">funannotate</requirement>
     </xml>