Mercurial > repos > iuc > stacks_ustacks
changeset 9:e10c08abf18f 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:04:04 +0000 |
| parents | 226b5d6f5070 |
| children | 981e401e49ab |
| files | macros.xml stacks_ustacks.xml |
| diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Thu Sep 26 10:12:40 2019 -0400 +++ b/macros.xml Tue Mar 22 23:04:04 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_ustacks.xml Thu Sep 26 10:12:40 2019 -0400 +++ b/stacks_ustacks.xml Tue Mar 22 23:04:04 2022 +0000 @@ -1,5 +1,6 @@ <tool id="stacks_ustacks" name="Stacks: ustacks" version="@WRAPPER_VERSION@.0"> <description>align short reads into stacks</description> + <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros>
