Mercurial > repos > iuc > idba_hybrid
comparison macros.xml @ 2:5c5806e23338 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:35:37 +0000 |
parents | a81c5169e9fc |
children |
comparison
equal
deleted
inserted
replaced
1:5ece301faf6b | 2:5c5806e23338 |
---|---|
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 |