Previous changeset 4:16e0eb91072f (2021-09-16) Next changeset 6:b66de1e9abfb (2022-01-23) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rnaspades commit 833751f38971a1957a9e16d09acf62cdf6048ad9" |
modified:
rnaspades.xml |
b |
diff -r 16e0eb91072f -r 1035adb112c0 rnaspades.xml --- a/rnaspades.xml Thu Sep 16 15:25:47 2021 +0000 +++ b/rnaspades.xml Tue Oct 19 15:59:02 2021 +0000 |
b |
@@ -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> |