Skip to content

Commit

Permalink
Merge branch 'master' into ct-add-task-get-from-web
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc authored Nov 5, 2024
2 parents 6c6d864 + f553664 commit da1d311
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pipes/WDL/tasks/tasks_nextstrain.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ task nextclade_one_sample {
File? gene_annotations_json
String? dataset_name
Int disk_size = 50
String docker = "nextstrain/nextclade:3.8.2"
String docker = "nextstrain/nextclade:3.9.1"
}
String basename = basename(genome_fasta, ".fasta")
command <<<
Expand Down Expand Up @@ -144,7 +144,7 @@ task nextclade_many_samples {
String basename
File? genome_ids_setdefault_blank
Int disk_size = 150
String docker = "nextstrain/nextclade:3.8.2"
String docker = "nextstrain/nextclade:3.9.1"
}
command <<<
set -e
Expand Down
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.3.1-pdata-1.29"
String docker = "quay.io/staphb/pangolin:4.3.1-pdata-1.30"
}
String basename = basename(genome_fasta, ".fasta")
Int disk_size = 50
Expand Down Expand Up @@ -93,7 +93,7 @@ task pangolin_many_samples {
String? analysis_mode
Boolean update_dbs_now=false
String basename
String docker = "quay.io/staphb/pangolin:4.3.1-pdata-1.29"
String docker = "quay.io/staphb/pangolin:4.3.1-pdata-1.30"
}
Int disk_size = 100
command <<<
Expand Down
4 changes: 2 additions & 2 deletions 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-20240318T173028Z
andersenlabapps/ivar=1.3.1
quay.io/staphb/pangolin=4.3.1-pdata-1.29
nextstrain/nextclade=3.8.2
quay.io/staphb/pangolin=4.3.1-pdata-1.30
nextstrain/nextclade=3.9.1

0 comments on commit da1d311

Please sign in to comment.