Skip to content
This repository was archived by the owner on Jul 21, 2020. It is now read-only.

Commit ebb6dde

Browse files
author
bshifaw
authored
Wdlupdate (#7)
* updated wdl/json to gatk4.0.1.1 release * Update mutect2.exome.inputs.json * Update mutect2.exome.inputs.json minor edits * add info for Readme * Update wdl to gatk4.0.1.2 Release * Update docker to gatk4.0.1.2 * added mutect2_pon.wdl, added Parameter descriptions to readme * Update mutect2_pon.inputs.json * Update mutect2.exome.inputs.json * updated mutect2.wdl to gatk4.0.2.0 * additional description for * Update to gatk4.0.4.0 , Addtion of NIO supported mutect2 version * updated oncotator docker default image
1 parent 1c458a9 commit ebb6dde

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mutect2.exome.inputs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

mutect2.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

mutect2_nio.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)