Skip to content

Commit 667d182

Browse files
committed
Add gsl to conda environment for bcftools_norm
1 parent 60d0457 commit 667d182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/02_normalization.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ process BCFTOOLS_NORM {
99
memory params.memory
1010
tag "${name}"
1111

12-
conda (params.enable_conda ? "conda-forge::libgcc-ng=14.2.0 bioconda::bcftools=1.15.1" : null)
12+
conda (params.enable_conda ? "conda-forge::libgcc-ng=14.2.0 conda-forge::gsl=2.7 bioconda::bcftools=1.15.1" : null)
1313

1414
input:
1515
tuple val(name), file(vcf)

0 commit comments

Comments
 (0)