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

correctly use gatk4

parent 810228f4
No related branches found
No related tags found
1 merge request!92Dockerize GATK. Scattering now works with containers. Tabix another docker image.
......@@ -42,7 +42,7 @@ task ApplyBQSR {
}
runtime {
docker: "quay.io/biocontainers/gatk:" + dockerTag
docker: "quay.io/biocontainers/gatk4:" + dockerTag
memory: ceil(memory * memoryMultiplier)
}
}
......@@ -84,7 +84,7 @@ task BaseRecalibrator {
}
runtime {
docker: "quay.io/biocontainers/gatk:" + dockerTag
docker: "quay.io/biocontainers/gatk4:" + dockerTag
memory: ceil(memory * memoryMultiplier)
}
}
......@@ -123,7 +123,7 @@ task CombineGVCFs {
}
runtime {
docker: "quay.io/biocontainers/gatk:" + dockerTag
docker: "quay.io/biocontainers/gatk4:" + dockerTag
memory: ceil(memory * memoryMultiplier)
}
}
......@@ -152,7 +152,7 @@ task GatherBqsrReports {
}
runtime {
docker: "quay.io/biocontainers/gatk:" + dockerTag
docker: "quay.io/biocontainers/gatk4:" + dockerTag
memory: ceil(memory * memoryMultiplier)
}
}
......@@ -198,7 +198,7 @@ task GenotypeGVCFs {
}
runtime {
docker: "quay.io/biocontainers/gatk:" + dockerTag
docker: "quay.io/biocontainers/gatk4:" + dockerTag
memory: ceil(memory * memoryMultiplier)
}
}
......
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