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
Branches rhpvorderman-patch-1
No related tags found
No related merge requests found
......@@ -34,16 +34,16 @@ task Spades {
File? tslrContigs
File? trustedContigs
File? untrustedContigs
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
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