We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d0457 commit 667d182Copy full SHA for 667d182
1 file changed
modules/02_normalization.nf
@@ -9,7 +9,7 @@ process BCFTOOLS_NORM {
9
memory params.memory
10
tag "${name}"
11
12
- conda (params.enable_conda ? "conda-forge::libgcc-ng=14.2.0 bioconda::bcftools=1.15.1" : null)
+ conda (params.enable_conda ? "conda-forge::libgcc-ng=14.2.0 conda-forge::gsl=2.7 bioconda::bcftools=1.15.1" : null)
13
14
input:
15
tuple val(name), file(vcf)
0 commit comments