Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
biowdl
tasks
Commits
5e29a653
Unverified
Commit
5e29a653
authored
Jun 25, 2021
by
Ruben Vorderman
Committed by
GitHub
Jun 25, 2021
Browse files
Set defaults for boolean values
parent
c210b6cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
spades.wdl
View file @
5e29a653
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment