Mercurial > repos > iuc > rnaspades
changeset 5:1035adb112c0 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rnaspades commit 833751f38971a1957a9e16d09acf62cdf6048ad9"
author | iuc |
---|---|
date | Tue, 19 Oct 2021 15:59:02 +0000 |
parents | 16e0eb91072f |
children | b66de1e9abfb |
files | rnaspades.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/rnaspades.xml Thu Sep 16 15:25:47 2021 +0000 +++ b/rnaspades.xml Tue Oct 19 15:59:02 2021 +0000 @@ -1,4 +1,4 @@ -<tool id="rnaspades" name="rnaSPAdes" version="3.9.0.2"> +<tool id="rnaspades" name="rnaSPAdes" version="3.9.0.3"> <description>assembler for RNA-Seq data</description> <xrefs> <xref type="bio.tools">rnaspades</xref> @@ -91,7 +91,7 @@ <param format="fastq,fastq.gz" help="FASTQ format" label="Unpaired reads" name="unpaired_reads" type="data" /> </when> <when value="paired-collection"> - <param collection_type="paired" format="fastq,fastq.gz" help="FASTQ format" label="Paired-end reads collection" name="fastq,fastq.gz_collection" optional="false" type="data_collection" /> + <param name="fastq_collection" type="data_collection" collection_type="paired" format="fastq,fastq.gz" label="Paired-end reads collection" help="FASTQ format" /> </when> </conditional> </repeat>