Skip to content

Commit a238487

Browse files
committed
try downgrading GATK for realignment around indels
1 parent 2a0f1e6 commit a238487

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/04_realignment_around_indels.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ process REALIGNMENT_AROUND_INDELS {
1313
publishDir "${params.output}/${name}/metrics/realignment", mode: "copy", pattern: "*.RA.intervals"
1414

1515
// NOTE: this dependency is fixed to GATK 3 as the realignment around indels is not anymore maintained in GATK 4
16-
// but still for some reason for GATK 3 to work the dependency to GATK 4 is needed
17-
conda (params.enable_conda ? "bioconda::gatk4=4.2.5.0 bioconda::gatk=3.8" : null)
16+
// but still for some reason for GATK 3 to work the dependency to GATK 4.2.0.0 is needed
17+
conda (params.enable_conda ? "bioconda::gatk4=4.2.0.0 bioconda::gatk=3.8" : null)
1818

1919
input:
2020
tuple val(name), val(type), file(bam), file(bai)

0 commit comments

Comments
 (0)