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

tabix uses its own container

parent 3447c885
No related branches found
No related tags found
1 merge request!92Dockerize GATK. Scattering now works with containers. Tabix another docker image.
......@@ -190,7 +190,7 @@ task Tabix {
input {
String inputFile
String type = "vcf"
String dockerTag = "1.8--h46bd0b3_5"
String dockerTag = "0.2.6--ha92aebf_0"
}
command {
......@@ -202,7 +202,7 @@ task Tabix {
}
runtime {
docker: "quay.io/biocontainers/samtools:" + dockerTag
docker: "quay.io/biocontainers/tabix:" + dockerTag
}
}
......
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