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

Also read reference and dbsnpvcf as part of time estimate

parent 5068af10
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]), "G") * 4)
Int timeMinutes = ceil(size(flatten([evalVcfs, comparisonVcfs, select_all([referenceFasta, dbsnpVCF])]), "G") * 4)
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