# HG changeset patch
# User iuc
# Date 1707514185 0
# Node ID 97e3b735ed2268e5ecdfbe16814fe6da92f21ccc
# Parent  cf1df6b2220a58bd5327d0ef9c08c5e622f54d08
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit fb23555b3087ca4022f0d186dfea40c2407ca211

diff -r cf1df6b2220a -r 97e3b735ed22 graphlan_annotate.xml
--- a/graphlan_annotate.xml	Fri Jan 24 16:25:56 2020 -0500
+++ b/graphlan_annotate.xml	Fri Feb 09 21:29:45 2024 +0000
@@ -3,6 +3,7 @@
     <macros>
         <import>graphlan_macros.xml</import>
     </macros>
+    <expand macro="bio_tools"/>
     <expand macro="requirements"/>
     <stdio>
         <regex match="Warning"
@@ -44,7 +45,7 @@
 
 The annotation file is a tab-delimited file listing the graphical options for clades. Usually each line has three fields: the name of the clade, the name of the option, and the value to assign to the option. Lines can however have two fields (typically for "global" option not referred to a specific clade) or four fields when the external rings (a sort of circular heatmap) is specified.
 
-For more information, check the `user manual <https://bitbucket.org/nsegata/graphlan/overview>`_.
+For more information, check the `user manual <https://github.com/biobakery/graphlan>`_.
 
     ]]></help>
     <expand macro="citations"/>
diff -r cf1df6b2220a -r 97e3b735ed22 graphlan_macros.xml
--- a/graphlan_macros.xml	Fri Jan 24 16:25:56 2020 -0500
+++ b/graphlan_macros.xml	Fri Feb 09 21:29:45 2024 +0000
@@ -1,6 +1,11 @@
 <?xml version="1.0"?>
 <macros>
     <token name="@WRAPPER_VERSION@">1.1.3</token>
+    <xml name="bio_tools">
+        <xrefs>
+            <xref type="bio.tools">graphlan</xref>
+        </xrefs>
+    </xml>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@WRAPPER_VERSION@">graphlan</requirement>