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 { ...@@ -34,16 +34,16 @@ task Spades {
File? tslrContigs File? tslrContigs
File? trustedContigs File? trustedContigs
File? untrustedContigs File? untrustedContigs
Boolean? singleCell Boolean singleCell = false
Boolean? metagenomic Boolean metagenomic = false
Boolean? rna Boolean rna = false
Boolean? plasmid Boolean plasmid = false
Boolean? ionTorrent Boolean ionTorrent = false
Boolean? onlyErrorCorrection Boolean onlyErrorCorrection = false
Boolean? onlyAssembler Boolean onlyAssembler = false
Boolean? careful Boolean careful = false
Boolean? disableGzipOutput Boolean disableGzipOutput = false
Boolean? disableRepeatResolution Boolean disableRepeatResolution = false
File? dataset File? dataset
File? tmpDir File? tmpDir
String? k 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