Skip to content
Snippets Groups Projects
Commit ced5696b authored by Cats's avatar Cats
Browse files

remove duplicate -Xmx and -jar

parent 545cdb47
No related branches found
No related tags found
1 merge request!24Changes after testing
...@@ -216,7 +216,6 @@ task GenotypeGVCFs { ...@@ -216,7 +216,6 @@ task GenotypeGVCFs {
${preCommand} ${preCommand}
${toolCommand} \ ${toolCommand} \
-Xmx${mem}G -jar ${gatkJar} \
GenotypeGVCFs \ GenotypeGVCFs \
-R ${refFasta} \ -R ${refFasta} \
-O ${outputPath} \ -O ${outputPath} \
...@@ -267,7 +266,6 @@ task HaplotypeCallerGvcf { ...@@ -267,7 +266,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