Dockerize GATK. Scattering now works with containers. Tabix another docker image.
Compare changes
- Ruben Vorderman authored
+ 45
− 87
@@ -5,8 +5,6 @@ import "common.wdl"
@@ -15,28 +13,25 @@ task ApplyBQSR {
@@ -48,6 +43,7 @@ task ApplyBQSR {
@@ -55,8 +51,6 @@ task ApplyBQSR {
@@ -66,6 +60,7 @@ task BaseRecalibrator {
@@ -73,14 +68,10 @@ task BaseRecalibrator {
@@ -95,35 +86,28 @@ task BaseRecalibrator {
@@ -139,6 +123,7 @@ task CombineGVCFs {
@@ -146,23 +131,18 @@ task CombineGVCFs {
@@ -173,39 +153,31 @@ task GatherBqsrReports {
@@ -224,7 +196,8 @@ task GenotypeGVCFs {
@@ -232,31 +205,25 @@ task GenotypeGVCFs {
@@ -275,14 +242,13 @@ task HaplotypeCallerGvcf {
@@ -291,19 +257,15 @@ task MuTect2 {
@@ -321,32 +283,27 @@ task MuTect2 {
@@ -362,6 +319,7 @@ task SplitNCigarReads {
Indentation was of by one here.