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

Set defaults for boolean values

parent c210b6cf
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