File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ process FILTER_VCF {
9
9
memory params. memory
10
10
tag " ${ name} "
11
11
12
- conda (params. enable_conda ? " bioconda::bcftools=1.15.1" : null )
12
+ conda (params. enable_conda ? " conda-forge::libgcc-ng=14.2.0 bioconda::bcftools=1.15.1" : null )
13
13
14
14
input:
15
15
tuple val(name), file(vcf)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ process BCFTOOLS_NORM {
9
9
memory params. memory
10
10
tag " ${ name} "
11
11
12
- conda (params. enable_conda ? " bioconda::bcftools=1.15.1" : null )
12
+ conda (params. enable_conda ? " conda-forge::libgcc-ng=14.2.0 bioconda::bcftools=1.15.1" : null )
13
13
14
14
input:
15
15
tuple val(name), file(vcf)
@@ -54,7 +54,7 @@ process REMOVE_DUPLICATES {
54
54
tag " ${ name} "
55
55
publishDir " ${ params.output} /${ name} " , mode: " copy"
56
56
57
- conda (params. enable_conda ? " bioconda::bcftools=1.15.1" : null )
57
+ conda (params. enable_conda ? " conda-forge::libgcc-ng=14.2.0 bioconda::bcftools=1.15.1" : null )
58
58
59
59
input:
60
60
tuple val(name), file(vcf)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ process SUMMARY_VCF {
9
9
tag " ${ name} "
10
10
publishDir " ${ params.output} /${ name} /metrics" , mode: " copy"
11
11
12
- conda (params. enable_conda ? " bioconda::bcftools=1.15.1" : null )
12
+ conda (params. enable_conda ? " conda-forge::libgcc-ng=14.2.0 bioconda::bcftools=1.15.1" : null )
13
13
14
14
input:
15
15
tuple val(name), file(vcf)
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ process VARIANT_ANNOTATION_BCFTOOLS {
36
36
publishDir " ${ params.output} /${ name} " , mode: " copy"
37
37
tag " ${ name} "
38
38
39
- conda (params. enable_conda ? " bioconda::bcftools=1.15.1" : null )
39
+ conda (params. enable_conda ? " conda-forge::libgcc-ng=14.2.0 bioconda::bcftools=1.15.1" : null )
40
40
41
41
input:
42
42
tuple val(name), file(vcf)
You can’t perform that action at this time.
0 commit comments