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 { ...@@ -215,7 +215,6 @@ task GenotypeGVCFs {
${preCommand} ${preCommand}
${toolCommand} \ ${toolCommand} \
-Xmx${mem}G -jar ${gatkJar} \
GenotypeGVCFs \ GenotypeGVCFs \
-R ${refFasta} \ -R ${refFasta} \
-O ${outputPath} \ -O ${outputPath} \
...@@ -266,7 +265,6 @@ task HaplotypeCallerGvcf { ...@@ -266,7 +265,6 @@ task HaplotypeCallerGvcf {
set -e -o pipefail set -e -o pipefail
${preCommand} ${preCommand}
${toolCommand} \ ${toolCommand} \
-Xmx${mem}G -jar ${gatkJar} \
HaplotypeCaller \ HaplotypeCaller \
-R ${refFasta} \ -R ${refFasta} \
-O ${gvcfPath} \ -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