Mercurial > repos > iuc > trinity_super_transcripts
changeset 7:9d986ee0e1ea draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 33aaad8d6afce20732d8232fbcd777a3aabf09ec"
| author | iuc |
|---|---|
| date | Fri, 10 Sep 2021 22:31:52 +0000 |
| parents | eb05acd7de79 |
| children | e0dd448872f2 |
| files | macros.xml super_transcripts.xml |
| diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Fri Mar 19 21:30:13 2021 +0000 +++ b/macros.xml Fri Sep 10 22:31:52 2021 +0000 @@ -6,7 +6,11 @@ <yield/> </requirements> </xml> - + <xml name="bio_tools"> + <xrefs> + <xref type="bio.tools">trinity</xref> + </xrefs> + </xml> <token name="@WRAPPER_VERSION@">2.9.1</token> <token name="@COMMAND_PAIRED_STRAND_JACCARD@">
--- a/super_transcripts.xml Fri Mar 19 21:30:13 2021 +0000 +++ b/super_transcripts.xml Fri Sep 10 22:31:52 2021 +0000 @@ -1,5 +1,6 @@ <tool id="trinity_super_transcripts" name="Generate SuperTranscripts" version="@WRAPPER_VERSION@"> <description>from a Trinity assembly</description> + <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros>
