Skip to content
Snippets Groups Projects
Commit f3006d5a authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

update gatk varianteval times

parent 5c1625e3
No related branches found
No related tags found
No related merge requests found
......@@ -1574,7 +1574,7 @@ task VariantEval {
String memory = "5G"
String javaXmx = "4G"
# TODO: Refine estimate. For now 4 minutes per GB of input.
Int timeMinutes = ceil(size(flatten([evalVcfs, comparisonVcfs, select_all([referenceFasta, dbsnpVCF])]), "G") * 4)
Int timeMinutes = ceil(size(flatten([evalVcfs, comparisonVcfs, select_all([referenceFasta, dbsnpVCF])]), "G") * 20)
String dockerImage = "quay.io/biocontainers/gatk4:4.1.7.0--py38_0"
}
......
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