Repository 'stacks_stats'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/stacks_stats

Changeset 3:93b16407d6e9 (2022-03-22)
Previous changeset 2:a89b5f7813ad (2019-09-26) Next changeset 4:a0c52b82b9d3 (2023-04-07)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks commit 5f2ec13ecca435abaac2b99ba21f1d6497ec7139"
modified:
macros.xml
stacks_stats.xml
b
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
b
@@ -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">
b
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
b
@@ -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>