Skip to content
Snippets Groups Projects
Unverified Commit f6161e3b authored by Ruben Vorderman's avatar Ruben Vorderman Committed by GitHub
Browse files

Merge branch 'develop' into BIOWDL-247

parents 9980542f f2be4091
No related branches found
No related tags found
No related merge requests found
......@@ -258,6 +258,7 @@ task MuTect2 {
String outputVcf
String tumorSample
String? normalSample
File? panelOfNormals
Array[File]+ intervals
Int memory = 4
......@@ -274,6 +275,7 @@ task MuTect2 {
-I ~{sep=" -I " inputBams} \
-tumor ~{tumorSample} \
~{"-normal " + normalSample} \
~{"--panel-of-normals " + panelOfNormals} \
-O ~{outputVcf} \
-L ~{sep=" -L " intervals}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment