Previous changeset 10:8fe258d72ff3 (2019-09-26) Next changeset 12:eded025438db (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_procrad.xml |
b |
diff -r 8fe258d72ff3 -r be78e39d56b3 macros.xml --- a/macros.xml Thu Sep 26 10:23:32 2019 -0400 +++ b/macros.xml Tue Mar 22 23:20:30 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 8fe258d72ff3 -r be78e39d56b3 stacks_procrad.xml --- a/stacks_procrad.xml Thu Sep 26 10:23:32 2019 -0400 +++ b/stacks_procrad.xml Tue Mar 22 23:20:30 2022 +0000 |
b |
@@ -1,5 +1,6 @@ <tool id="stacks_procrad" name="Stacks: process radtags" version="@WRAPPER_VERSION@.0"> -<description>the Stacks demultiplexing script</description> + <description>the Stacks demultiplexing script</description> + <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros> |