Skip to content
Snippets Groups Projects
Commit 39ca1721 authored by pjvan_thof's avatar pjvan_thof
Browse files

Merge remote-tracking branch 'origin/BIOWDL-36' into BIOWDL-36

parents 86aebe5b ced5696b
No related branches found
No related tags found
1 merge request!24Changes after testing
......@@ -215,7 +215,6 @@ task GenotypeGVCFs {
${preCommand}
${toolCommand} \
-Xmx${mem}G -jar ${gatkJar} \
GenotypeGVCFs \
-R ${refFasta} \
-O ${outputPath} \
......@@ -266,7 +265,6 @@ task HaplotypeCallerGvcf {
set -e -o pipefail
${preCommand}
${toolCommand} \
-Xmx${mem}G -jar ${gatkJar} \
HaplotypeCaller \
-R ${refFasta} \
-O ${gvcfPath} \
......
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