Skip to content

Commit

Permalink
Merge pull request #433 from broadinstitute/pangolin
Browse files Browse the repository at this point in the history
update nextclade and vadr docker images
  • Loading branch information
dpark01 authored Jul 12, 2022
2 parents 7e90cb0 + 523d44c commit eb5507f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pipes/WDL/tasks/tasks_ncbi.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ task vadr {
File genome_fasta
String vadr_opts = "--glsearch -s -r --nomisc --mkey sarscov2 --lowsim5seq 6 --lowsim3seq 6 --alt_fail lowscore,insertnn,deletinn"
String docker = "quay.io/staphb/vadr:1.4.1-models-1.3-2"
String docker = "quay.io/staphb/vadr:1.4.2"
Int minlen = 50
Int maxlen = 30000
}
Expand Down
4 changes: 2 additions & 2 deletions pipes/WDL/tasks/tasks_nextstrain.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ task nextclade_one_sample {
File? pcr_primers_csv
File? virus_properties
String? dataset_name
String docker = "nextstrain/nextclade:2.0.0"
String docker = "nextstrain/nextclade:2.3.0"
}
String basename = basename(genome_fasta, ".fasta")
command {
Expand Down Expand Up @@ -98,7 +98,7 @@ task nextclade_many_samples {
String? dataset_name
String basename
File? genome_ids_setdefault_blank
String docker = "nextstrain/nextclade:2.0.0"
String docker = "nextstrain/nextclade:2.3.0"
}
command <<<
set -e
Expand Down
2 changes: 1 addition & 1 deletion requirements-modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ broadinstitute/ncbi-tools=2.10.7.10
nextstrain/base=build-20211012T204409Z
andersenlabapps/ivar=1.3.1
quay.io/staphb/pangolin=4.1.1-pdata-1.11
nextstrain/nextclade=2.0.0
nextstrain/nextclade=2.3.0

0 comments on commit eb5507f

Please sign in to comment.