Skip to content
Snippets Groups Projects
Commit 3447c885 authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

create the output dir

parent 10d09e2a
No related branches found
No related tags found
1 merge request!92Dockerize GATK. Scattering now works with containers. Tabix another docker image.
......@@ -266,6 +266,7 @@ task HaplotypeCallerGvcf {
command {
set -e -o pipefail
mkdir -p $(dirname ~{gvcfPath})
~{preCommand}
gatk --java-options -Xmx~{memory}G HaplotypeCaller \
-R ~{reference.fasta} \
......
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