Skip to content

Commit

Permalink
Update 07_lineage_annotation.nf
Browse files Browse the repository at this point in the history
Updated pangolin in conda directive to version 4.3 for updated lineage determination
  • Loading branch information
johausmann authored Oct 26, 2023
1 parent 5e0a126 commit 1b64f83
Showing 1 changed file with 1 addition and 1 deletion.
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=4.1.2" : null)
conda (params.enable_conda ? "bioconda::pangolin=4.3" : null)

input:
tuple val(name), val(caller), file(fasta)
Expand Down

0 comments on commit 1b64f83

Please sign in to comment.