Mercurial > repos > iuc > stacks_assembleperead
changeset 9:5b1641b09017 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:00:10 +0000 |
| parents | a65aee7705b9 |
| children | b269e924c0db |
| files | macros.xml stacks_assembleperead.xml |
| diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Sun Jan 19 11:31:46 2020 +0000 +++ b/macros.xml Tue Mar 22 23:00:10 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_assembleperead.xml Sun Jan 19 11:31:46 2020 +0000 +++ b/stacks_assembleperead.xml Tue Mar 22 23:00:10 2022 +0000 @@ -1,5 +1,6 @@ <tool id="stacks_assembleperead" name="Stacks: assemble read pairs by locus" version="@WRAPPER_VERSION@.1"> <description>run the STACKS sort_read_pairs.pl and exec_velvet.pl wrappers</description> + <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros>
