Skip to content
Snippets Groups Projects
Commit 4a442607 authored by Cedrick Agaser's avatar Cedrick Agaser Committed by GitHub
Browse files

Update samtools.wdl


Gave Boolean a default value

Co-Authored-By: default avatarDavyCats <davycats.dc@gmail.com>
parent 953c9d08
No related branches found
No related tags found
No related merge requests found
......@@ -309,7 +309,7 @@ task View {
String outputFileName = "view.bam"
Boolean? includeHeader
Boolean? outputBam
Boolean? uncompressedBamOutput
Boolean uncompressedBamOutput = false
Int? includeFilter
Int? excludeFilter
Int? excludeSpecificFilter
......@@ -393,4 +393,3 @@ task FilterShortReadsBam {
docker: dockerImage
}
}
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