Mercurial > repos > iuc > idba_ud
changeset 3:d7dd10b4f269 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:04:36 +0000 |
| parents | b43104960af8 |
| children | 9feed355ea6d |
| files | idba_ud.xml macros.xml |
| diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/idba_ud.xml Tue Aug 04 09:46:23 2020 +0000 +++ b/idba_ud.xml Tue Aug 31 09:04:36 2021 +0000 @@ -2,6 +2,7 @@ <description> Iterative de Bruijn Graph Assembler for data with highly uneven depth </description> + <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros>
--- a/macros.xml Tue Aug 04 09:46:23 2020 +0000 +++ b/macros.xml Tue Aug 31 09:04:36 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"/>
