comparison macros.xml @ 2:03de4e0f84c2 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:24 +0000
parents a30d991a3fdd
children
comparison
equal deleted inserted replaced
1:33f00ff1cb22 2:03de4e0f84c2
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