Mercurial > repos > iuc > idba_tran
changeset 2:093970f68fa0 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
| author | iuc |
|---|---|
| date | Tue, 31 Aug 2021 09:05:08 +0000 |
| parents | 4d7934918bdc |
| children | b541455d46c0 |
| files | idba_tran.xml macros.xml |
| diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/idba_tran.xml Tue Aug 04 09:46:52 2020 +0000 +++ b/idba_tran.xml Tue Aug 31 09:05:08 2021 +0000 @@ -2,6 +2,7 @@ <description> Iterative de Bruijn Graph Assembler for transcriptome data </description> + <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros>
--- a/macros.xml Tue Aug 04 09:46:52 2020 +0000 +++ b/macros.xml Tue Aug 31 09:05:08 2021 +0000 @@ -6,7 +6,11 @@ <yield/> </requirements> </xml> - + <xml name="bio_tools"> + <xrefs> + <xref type="bio.tools">idba</xref> + </xrefs> + </xml> <xml name="main_input"> <param argument="--read" type="data" format="fasta" label="Fasta read file. Lower or equal to 600b"/> <param argument="--long_read" type="data" format="fasta" optional="true" label="Fasta long read file. More than 600b"/>
