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

tabix container for bgzip

parent 82cc7609
No related branches found
No related tags found
1 merge request!92Dockerize GATK. Scattering now works with containers. Tabix another docker image.
......@@ -7,7 +7,7 @@ task BgzipAndIndex {
File inputFile
String outputDir
String type = "vcf"
String dockerTag = "1.8--h46bd0b3_5"
String dockerTag = "0.2.6--ha92aebf_0"
}
String outputGz = outputDir + "/" + basename(inputFile) + ".gz"
......@@ -23,7 +23,7 @@ task BgzipAndIndex {
}
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