Skip to content

Commit

Permalink
Upgrade libgcc-ng to v14.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ozlemmuslu authored Feb 4, 2025
1 parent 599eb47 commit 28314ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/strelka2.nf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ process CONCAT_FILES {
publishDir "${params.output}/${name}", mode: 'copy'
tag "${name}"

conda (params.enable_conda ? "conda-forge::libgcc-ng=10.3.0 conda-forge::gsl=2.7 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)

input:
tuple val(name), file(passed_snvs), file(passed_snvs_idx), file(passed_indels), file(passed_indels_idx)
Expand Down

0 comments on commit 28314ce

Please sign in to comment.