Skip to content

Commit 36a4072

Browse files
authored
Merge pull request #394 from broadinstitute/pangolin
update pangolin docker
2 parents 1444803 + 459be5a commit 36a4072

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pipes/WDL/tasks/tasks_sarscov2.wdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ task pangolin_one_sample {
1010
Float? max_ambig
1111
Boolean inference_usher=true
1212
Boolean update_dbs_now=false
13-
String docker = "quay.io/staphb/pangolin:3.1.16-pangolearn-2021-11-09"
13+
String docker = "quay.io/staphb/pangolin:3.1.16-pangolearn-2021-11-25"
1414
}
1515
String basename = basename(genome_fasta, ".fasta")
1616
command <<<
@@ -88,7 +88,7 @@ task pangolin_many_samples {
8888
Boolean inference_usher=true
8989
Boolean update_dbs_now=false
9090
String basename
91-
String docker = "quay.io/staphb/pangolin:3.1.16-pangolearn-2021-11-09"
91+
String docker = "quay.io/staphb/pangolin:3.1.16-pangolearn-2021-11-25"
9292
}
9393
command <<<
9494
set -ex

requirements-modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ broadinstitute/beast-beagle-cuda=1.10.5pre
77
broadinstitute/ncbi-tools=2.10.7.10
88
nextstrain/base=build-20211012T204409Z
99
andersenlabapps/ivar=1.3.1
10-
quay.io/staphb/pangolin=3.1.16-pangolearn-2021-11-09
10+
quay.io/staphb/pangolin=3.1.16-pangolearn-2021-11-25
1111
nextstrain/nextclade=1.4.0

0 commit comments

Comments
 (0)