# HG changeset patch
# User iuc
# Date 1647991049 0
# Node ID 93b16407d6e92a5fae8d03047d3e00df0b944dbf
# Parent  a89b5f7813ade6e6f71269035eae20008e6bdc0a
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks commit 5f2ec13ecca435abaac2b99ba21f1d6497ec7139"

diff -r a89b5f7813ad -r 93b16407d6e9 macros.xml
--- a/macros.xml	Thu Sep 26 10:23:56 2019 -0400
+++ b/macros.xml	Tue Mar 22 23:17:29 2022 +0000
@@ -8,7 +8,11 @@
             <yield/>
         </requirements>
     </xml>
-
+    <xml name="bio_tools">
+        <xrefs>
+            <xref type="bio.tools">stacks</xref>
+        </xrefs>
+    </xml>
     <token name="@WRAPPER_VERSION@">1.46</token>
 
     <xml name="stdio">
diff -r a89b5f7813ad -r 93b16407d6e9 stacks_stats.xml
--- a/stacks_stats.xml	Thu Sep 26 10:23:56 2019 -0400
+++ b/stacks_stats.xml	Tue Mar 22 23:17:29 2022 +0000
@@ -1,5 +1,6 @@
 <tool id="stacks_stats" name="Stacks: statistics" version="@WRAPPER_VERSION@.0">
     <description>on stacks found for multiple samples</description>
+    <expand macro="bio_tools"/>
     <macros>
         <import>macros.xml</import>
     </macros>
@@ -73,8 +74,6 @@
 
 When given the output of ustacks or pstacks, this will generate a report containing various statistics about the detected stacks in a set of samples.
 
---------
-
 @STACKS_INFOS@
 ]]>
     </help>