# HG changeset patch # User iuc # Date 1652136583 0 # Node ID 9be710099b999a07707da50e9ae25eb9b1332886 # Parent dd7ad84f394339d52dc23503af2f1c822c570053 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 1e2ff437ec47f8789e2309ee8c940c6451abfa0c" diff -r dd7ad84f3943 -r 9be710099b99 spades.xml --- a/spades.xml Mon Feb 21 10:17:34 2022 +0000 +++ b/spades.xml Mon May 09 22:49:43 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@