Skip to content

Commit

Permalink
Merge pull request #405 from broadinstitute/pangolin
Browse files Browse the repository at this point in the history
pangolin container update
  • Loading branch information
dpark01 authored Jan 28, 2022
2 parents 2a24ae8 + 54d3151 commit 88243d6
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.17-pangolearn-2022-01-05"
String docker = "quay.io/staphb/pangolin:3.1.19-pangolearn-2022-01-20"
}
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.17-pangolearn-2022-01-05"
String docker = "quay.io/staphb/pangolin:3.1.19-pangolearn-2022-01-20"
}
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.17-pangolearn-2022-01-05
quay.io/staphb/pangolin=3.1.19-pangolearn-2022-01-20
nextstrain/nextclade=1.10.0

0 comments on commit 88243d6

Please sign in to comment.