changeset 3:93b16407d6e9 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks commit 5f2ec13ecca435abaac2b99ba21f1d6497ec7139"
author iuc
date Tue, 22 Mar 2022 23:17:29 +0000
parents a89b5f7813ad
children a0c52b82b9d3
files macros.xml stacks_stats.xml
diffstat 2 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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">
--- 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>