Mercurial > repos > iuc > idba_ud
comparison macros.xml @ 3:1542a2fffe0c draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idba_ud commit 9c0a7395ca18043ae2dd957f39f47b65c938750a
author | iuc |
---|---|
date | Thu, 21 Jul 2022 13:34:59 +0000 |
parents | 2ed5c0795f99 |
children |
comparison
equal
deleted
inserted
replaced
2:694b0f55b744 | 3:1542a2fffe0c |
---|---|
4 <requirements> | 4 <requirements> |
5 <requirement type="package" version="@IDBA_VERSION@">idba</requirement> | 5 <requirement type="package" version="@IDBA_VERSION@">idba</requirement> |
6 <yield/> | 6 <yield/> |
7 </requirements> | 7 </requirements> |
8 </xml> | 8 </xml> |
9 | 9 <xml name="bio_tools"> |
10 <xrefs> | |
11 <xref type="bio.tools">idba</xref> | |
12 </xrefs> | |
13 </xml> | |
10 <xml name="main_input"> | 14 <xml name="main_input"> |
11 <param argument="--read" type="data" format="fasta" label="Fasta read file. Lower or equal to 600b"/> | 15 <param argument="--read" type="data" format="fasta" label="Fasta read file. Lower or equal to 600b"/> |
12 <param argument="--long_read" type="data" format="fasta" optional="true" label="Fasta long read file. More than 600b"/> | 16 <param argument="--long_read" type="data" format="fasta" optional="true" label="Fasta long read file. More than 600b"/> |
13 </xml> | 17 </xml> |
14 | 18 |