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

Update spades.wdl


Co-authored-by: default avatarDavy Cats <davycats.dc@gmail.com>
parent 5e29a653
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 = False Boolean singleCell = false
Boolean metagenomic = False Boolean metagenomic = false
Boolean rna = False Boolean rna = false
Boolean plasmid = False Boolean plasmid = false
Boolean ionTorrent = False Boolean ionTorrent = false
Boolean onlyErrorCorrection = False Boolean onlyErrorCorrection = false
Boolean onlyAssembler = False Boolean onlyAssembler = false
Boolean careful = False Boolean careful = false
Boolean disableGzipOutput = False Boolean disableGzipOutput = false
Boolean disableRepeatResolution = False 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