Skip to content

Commit

Permalink
Merge pull request #407 from broadinstitute/pangolin
Browse files Browse the repository at this point in the history
update pangolin container
  • Loading branch information
dpark01 authored Feb 19, 2022
2 parents e7bbbb6 + 54d22e8 commit bd0d777
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pipes/WDL/tasks/tasks_sarscov2.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ task pangolin_one_sample {
Float? max_ambig
Boolean inference_usher=true
Boolean update_dbs_now=false
String docker = "quay.io/staphb/pangolin:3.1.19-pangolearn-2022-01-20"
String docker = "quay.io/staphb/pangolin:3.1.20-pangolearn-2022-02-02"
}
String basename = basename(genome_fasta, ".fasta")
command <<<
Expand Down Expand Up @@ -88,7 +88,7 @@ task pangolin_many_samples {
Boolean inference_usher=true
Boolean update_dbs_now=false
String basename
String docker = "quay.io/staphb/pangolin:3.1.19-pangolearn-2022-01-20"
String docker = "quay.io/staphb/pangolin:3.1.20-pangolearn-2022-02-02"
}
command <<<
set -ex
Expand Down
2 changes: 1 addition & 1 deletion requirements-modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ broadinstitute/beast-beagle-cuda=1.10.5pre
broadinstitute/ncbi-tools=2.10.7.10
nextstrain/base=build-20211012T204409Z
andersenlabapps/ivar=1.3.1
quay.io/staphb/pangolin=3.1.19-pangolearn-2022-01-20
quay.io/staphb/pangolin=3.1.20-pangolearn-2022-02-02
nextstrain/nextclade=1.10.0

0 comments on commit bd0d777

Please sign in to comment.