@@ -6,7 +6,7 @@ task download_fasta {
66 Array [String ]+ accessions
77 String emailAddress
88
9- String docker = "ghcr.io/broadinstitute/viral-ngs:3.0.5 -phylo"
9+ String docker = "ghcr.io/broadinstitute/viral-ngs:3.0.6 -phylo"
1010 }
1111
1212 command <<<
@@ -42,7 +42,7 @@ task download_fasta_from_accession_string {
4242 String out_prefix
4343 String emailAddress
4444
45- String docker = "ghcr.io/broadinstitute/viral-ngs:3.0.5 -phylo"
45+ String docker = "ghcr.io/broadinstitute/viral-ngs:3.0.6 -phylo"
4646 }
4747
4848 command <<<
@@ -94,7 +94,7 @@ task download_annotations {
9494 String emailAddress
9595 String combined_out_prefix
9696
97- String docker = "ghcr.io/broadinstitute/viral-ngs:3.0.5 -phylo"
97+ String docker = "ghcr.io/broadinstitute/viral-ngs:3.0.6 -phylo"
9898 }
9999
100100 command <<<
@@ -136,7 +136,7 @@ task download_ref_genomes_from_tsv {
136136 File ref_genomes_tsv # [tax_id, isolate_prefix, taxname, colon_delim_accession_list]
137137 String emailAddress
138138
139- String docker = "ghcr.io/broadinstitute/viral-ngs:3.0.5 -phylo"
139+ String docker = "ghcr.io/broadinstitute/viral-ngs:3.0.6 -phylo"
140140 }
141141
142142 command <<<
@@ -183,7 +183,7 @@ task sequencing_platform_from_bam {
183183 input {
184184 File bam
185185
186- String docker = "ghcr.io/broadinstitute/viral-ngs:3.0.5 -core"
186+ String docker = "ghcr.io/broadinstitute/viral-ngs:3.0.6 -core"
187187 }
188188
189189 command <<<
@@ -238,7 +238,7 @@ task align_and_annot_transfer_single {
238238
239239 String out_basename = basename (genome_fasta , '.fasta' )
240240 Int machine_mem_gb = 30
241- String docker = "ghcr.io/broadinstitute/viral-ngs:3.0.5 -phylo"
241+ String docker = "ghcr.io/broadinstitute/viral-ngs:3.0.6 -phylo"
242242 }
243243
244244 parameter_meta {
@@ -293,7 +293,7 @@ task structured_comments {
293293
294294 File ? filter_to_ids
295295
296- String docker = "ghcr.io/broadinstitute/viral-ngs:3.0.5 -core"
296+ String docker = "ghcr.io/broadinstitute/viral-ngs:3.0.6 -core"
297297 }
298298 String out_base = basename (assembly_stats_tsv , '.txt' )
299299 command <<<
@@ -346,7 +346,7 @@ task structured_comments_from_aligned_bam {
346346 String out_basename = basename (aligned_bam , '.bam' )
347347 Boolean is_genome_assembly = true
348348 Boolean sanitize_ids = true
349- String docker = "ghcr.io/broadinstitute/viral-ngs:3.0.5 -core"
349+ String docker = "ghcr.io/broadinstitute/viral-ngs:3.0.6 -core"
350350 }
351351 # see https://www.ncbi.nlm.nih.gov/genbank/structuredcomment/
352352 command <<<
@@ -465,7 +465,7 @@ task rename_fasta_header {
465465
466466 String out_basename = basename (genome_fasta , ".fasta" )
467467
468- String docker = "ghcr.io/broadinstitute/viral-ngs:3.0.5 -core"
468+ String docker = "ghcr.io/broadinstitute/viral-ngs:3.0.6 -core"
469469 }
470470 command <<<
471471 set -e
@@ -630,7 +630,7 @@ task sra_meta_prep {
630630 Boolean paired
631631
632632 String out_name = "sra_metadata.tsv"
633- String docker ="ghcr.io/broadinstitute/viral-ngs:3.0.5 -core"
633+ String docker ="ghcr.io/broadinstitute/viral-ngs:3.0.6 -core"
634634 }
635635 Int disk_size = 100
636636 parameter_meta {
@@ -1246,7 +1246,7 @@ task table2asn {
12461246
12471247 String out_basename = basename (assembly_fasta , ".fasta" )
12481248 Int machine_mem_gb = 8
1249- String docker = "ghcr.io/broadinstitute/viral-ngs:3.0.5 -phylo" # this could be a simpler docker image, we don't use anything beyond table2asn itself
1249+ String docker = "ghcr.io/broadinstitute/viral-ngs:3.0.6 -phylo" # this could be a simpler docker image, we don't use anything beyond table2asn itself
12501250 }
12511251 Int disk_size = 50
12521252
@@ -1338,7 +1338,7 @@ task package_special_genbank_ftp_submission {
13381338 String account_name
13391339 String wizard ="BankIt_SARSCoV2_api"
13401340
1341- String docker = "ghcr.io/broadinstitute/viral-ngs:3.0.5 -baseimage"
1341+ String docker = "ghcr.io/broadinstitute/viral-ngs:3.0.6 -baseimage"
13421342 }
13431343 command <<<
13441344 set -e
@@ -1403,7 +1403,7 @@ task genbank_special_taxa {
14031403 Int taxid
14041404 File taxdump_tgz
14051405 File vadr_by_taxid_tsv # "gs://pathogen-public-dbs/viral-references/annotation/vadr/vadr-by-taxid.tsv"
1406- String docker = "ghcr.io/broadinstitute/viral-ngs:3.0.5 -classify"
1406+ String docker = "ghcr.io/broadinstitute/viral-ngs:3.0.6 -classify"
14071407 }
14081408
14091409 command <<<
0 commit comments