Skip to content

Commit

Permalink
Merge pull request #421 from broadinstitute/pangolin
Browse files Browse the repository at this point in the history
bump pangolin docker
  • Loading branch information
dpark01 committed May 18, 2022
2 parents 39fa4f0 + f7f971a commit 7aafe3d
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
String? analysis_mode
Boolean update_dbs_now=false
String docker = "quay.io/staphb/pangolin:4.0.6-pdata-1.8"
String docker = "quay.io/staphb/pangolin:4.0.6-pdata-1.8-constellations-0.1.10"
}
String basename = basename(genome_fasta, ".fasta")
command <<<
Expand Down Expand Up @@ -91,7 +91,7 @@ task pangolin_many_samples {
String? analysis_mode
Boolean update_dbs_now=false
String basename
String docker = "quay.io/staphb/pangolin:4.0.6-pdata-1.8"
String docker = "quay.io/staphb/pangolin:4.0.6-pdata-1.8-constellations-0.1.10"
}
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=4.0.6-pdata-1.8
quay.io/staphb/pangolin=4.0.6-pdata-1.8-constellations-0.1.10
nextstrain/nextclade=1.11.0

0 comments on commit 7aafe3d

Please sign in to comment.