Mercurial > repos > iuc > trinity
changeset 28:48636f857c4b 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:46:16 +0000 |
parents | 5b60313a6ce7 |
children | d5e8807a407d |
files | macros.xml trinity.xml |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Wed May 12 08:54:43 2021 +0000 +++ b/macros.xml Fri Sep 10 22:46:16 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/trinity.xml Wed May 12 08:54:43 2021 +0000 +++ b/trinity.xml Fri Sep 10 22:46:16 2021 +0000 @@ -1,5 +1,6 @@ <tool id="trinity" name="Trinity" version="@WRAPPER_VERSION@+galaxy1"> <description>de novo assembly of RNA-Seq data</description> + <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros>