Skip to content

Commit

Permalink
Merge pull request #25 from TRON-Bioinformatics/upgrade-pangolin
Browse files Browse the repository at this point in the history
Upgrade pangolin
  • Loading branch information
priesgo authored Sep 13, 2022
2 parents a4f2dd0 + e7ee3f6 commit 82cf158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/07_lineage_annotation.nf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ process PANGOLIN_LINEAGE {
publishDir "${params.output}", mode: "copy"
tag "${name}"

conda (params.enable_conda ? "bioconda::pangolin=3.1.19" : null)
conda (params.enable_conda ? "bioconda::pangolin=4.1.2" : null)

input:
tuple val(name), val(caller), file(fasta)
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ process.shell = ['/bin/bash', '-euo', 'pipefail']
cleanup = true
conda.createTimeout = '1 h'

VERSION = '0.12.0'
VERSION = '0.13.0'

manifest {
name = 'TRON-Bioinformatics/covigator-ngs-pipeline'
Expand Down

0 comments on commit 82cf158

Please sign in to comment.