Skip to content
Snippets Groups Projects
Unverified Commit 41e1e078 authored by Ruben Vorderman's avatar Ruben Vorderman Committed by GitHub
Browse files

Merge pull request #283 from biowdl/rhpvorderman-patch-1

Set defaults for boolean values
parents 4e0ab25e a2655eb2
No related branches found
No related tags found
No related merge requests found
......@@ -34,16 +34,16 @@ task Spades {
File? tslrContigs
File? trustedContigs
File? untrustedContigs
Boolean? singleCell
Boolean? metagenomic
Boolean? rna
Boolean? plasmid
Boolean? ionTorrent
Boolean? onlyErrorCorrection
Boolean? onlyAssembler
Boolean? careful
Boolean? disableGzipOutput
Boolean? disableRepeatResolution
Boolean singleCell = false
Boolean metagenomic = false
Boolean rna = false
Boolean plasmid = false
Boolean ionTorrent = false
Boolean onlyErrorCorrection = false
Boolean onlyAssembler = false
Boolean careful = false
Boolean disableGzipOutput = false
Boolean disableRepeatResolution = false
File? dataset
File? tmpDir
String? k
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment