Skip to content
Snippets Groups Projects
Unverified Commit 505c4fc0 authored by Cedrick Agaser's avatar Cedrick Agaser Committed by GitHub
Browse files

Update bcftools.wdl


Co-authored-by: default avatarJasper <jboom@infernum.nl>
parent ff4edf7a
No related branches found
No related tags found
No related merge requests found
......@@ -290,9 +290,11 @@ task View {
input {
File inputFile
String outputPath = "output.vcf"
Boolean excludeUncalled = false
String? exclude
String? include
Boolean excludeUncalled = false
String memory = "256M"
Int timeMinutes = 1 + ceil(size(inputFile, "G"))
String dockerImage = "quay.io/biocontainers/bcftools:1.10.2--h4f4756c_2"
......
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