# HG changeset patch # User iuc # Date 1652136235 0 # Node ID 902ad3d381a9df4eee9070214ec0672115304fc2 # Parent e47598f9a0ed169007a71c4af93a0204f8094d03 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 1e2ff437ec47f8789e2309ee8c940c6451abfa0c" diff -r e47598f9a0ed -r 902ad3d381a9 spades.xml --- a/spades.xml Mon Feb 21 10:11:43 2022 +0000 +++ b/spades.xml Mon May 09 22:43:55 2022 +0000 @@ -1,4 +1,4 @@ - + genome assembler for genomes of regular and single-cell projects macros.xml @@ -32,7 +32,11 @@ @SANGER@ @CONTIGS@ ## parameter - --cov-cutoff $cov_cond.cov_cutoff + #if $cov_cond.cov_cutoff == 'value': + --cov-cutoff $cov_cond.manual + #else: + --cov-cutoff $cov_cond.cov_cutoff + #end if @KMER@ @PIPELINE_OPTIONS@ @PHREDOFFSET@