This repository was archived by the owner on Jul 21, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "##_COMMENT1" : " Runtime" ,
3- "Mutect2.oncotator_docker" : " broadinstitute/oncotator:1.9.6.1 " ,
3+ "## Mutect2.oncotator_docker" : " (optional) String? " ,
44 "Mutect2.gatk_docker" : " broadinstitute/gatk:4.0.4.0" ,
55
66 "##_COMMENT2" : " Workflow options" ,
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ workflow Mutect2 {
112112 String gatk_docker
113113 String basic_bash_docker = "ubuntu:16.04"
114114 String ? oncotator_docker
115- String oncotator_docker_or_default = select_first ([oncotator_docker , "broadinstitute/oncotator:1.9.8 .0" ])
115+ String oncotator_docker_or_default = select_first ([oncotator_docker , "broadinstitute/oncotator:1.9.9 .0" ])
116116 Boolean ? filter_oncotator_maf
117117 Boolean filter_oncotator_maf_or_default = select_first ([filter_oncotator_maf , true ])
118118 String ? oncotator_extra_args
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ workflow Mutect2 {
112112 String gatk_docker
113113 String basic_bash_docker = "ubuntu:16.04"
114114 String ? oncotator_docker
115- String oncotator_docker_or_default = select_first ([oncotator_docker , "broadinstitute/oncotator:1.9.8 .0" ])
115+ String oncotator_docker_or_default = select_first ([oncotator_docker , "broadinstitute/oncotator:1.9.9 .0" ])
116116 Boolean ? filter_oncotator_maf
117117 Boolean filter_oncotator_maf_or_default = select_first ([filter_oncotator_maf , true ])
118118 String ? oncotator_extra_args
You can’t perform that action at this time.
0 commit comments