Skip to content

Commit 75d3ef5

Browse files
authored
Merge pull request #396 from broadinstitute/dp-vadr
bump vadr docker (new models for sc2)
2 parents 7393710 + 03d8df6 commit 75d3ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipes/WDL/tasks/tasks_ncbi.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ task vadr {
924924
File genome_fasta
925925
String vadr_opts = "--glsearch -s -r --nomisc --mkey sarscov2 --lowsim5seq 6 --lowsim3seq 6 --alt_fail lowscore,insertnn,deletinn"
926926

927-
String docker = "quay.io/staphb/vadr:1.3"
927+
String docker = "quay.io/staphb/vadr:1.3-models-1.3-2"
928928
Int minlen = 50
929929
Int maxlen = 30000
930930
}

0 commit comments

Comments
 (0)