# HG changeset patch
# User iuc
# Date 1707514870 0
# Node ID 9a0f8171a2e240dad32b1cb27746625cac1bc6fb
# Parent  21999f3aeb04cbf7003e21eb80d7553130e58fa6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picrust commit 899e24f2aecad79c80667fb6c938dd4573a98820

diff -r 21999f3aeb04 -r 9a0f8171a2e2 format_tree_and_trait_table.xml
--- a/format_tree_and_trait_table.xml	Sat Dec 18 16:06:54 2021 +0000
+++ b/format_tree_and_trait_table.xml	Fri Feb 09 21:41:10 2024 +0000
@@ -3,6 +3,7 @@
     <macros>
         <import>macros.xml</import>
     </macros>
+    <expand macro="bio_tools"/>
     <expand macro="requirements"/>
     <expand macro="version_command"/>
     <command detect_errors="aggressive"><![CDATA[
diff -r 21999f3aeb04 -r 9a0f8171a2e2 macros.xml
--- a/macros.xml	Sat Dec 18 16:06:54 2021 +0000
+++ b/macros.xml	Fri Feb 09 21:41:10 2024 +0000
@@ -5,6 +5,12 @@
             <requirement type="package" version="1.1.1">picrust</requirement>
         </requirements>
     </xml>
+    
+    <xml name="bio_tools">
+        <xrefs>
+            <xref type="bio.tools">picrust</xref>
+        </xrefs>
+    </xml>
 
     <xml name="version_command">
         <version_command>predict_metagenomes.py --version | cut -d" " -f3 </version_command>