Skip to content
Snippets Groups Projects
Commit f3888236 authored by António Paulo's avatar António Paulo
Browse files

fix FilterMutectCalls not creating expected output folder

parent ed6d2cf2
No related branches found
No related tags found
No related merge requests found
......@@ -442,6 +442,7 @@ task FilterMutectCalls {
command {
set -e
mkdir -p $(dirname ~{outputVcf})
gatk --java-options -Xmx~{memory}G \
FilterMutectCalls \
-R ~{referenceFasta} \
......
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