Skip to content
Snippets Groups Projects
Unverified Commit 8f30f36d authored by Ruben Vorderman's avatar Ruben Vorderman Committed by GitHub
Browse files

Merge pull request #153 from biowdl/BIOWDL-341

fix small typo
parents ee7d6e8c 5ff1ba3d
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ task CombineGVCFs {
command {
set -e
mkdir -p $(dirname ~{outputPath})
gatk --java-options -Xmx~{javaXmx}G \
gatk --java-options -Xmx~{javaXmx} \
CombineGVCFs \
-R ~{referenceFasta} \
-O ~{outputPath} \
......
Subproject commit 73c54827e729279f9833f26dfe8fd5e9848bbd91
Subproject commit aa44abaa6b5d1e1cd0cbe175b4ebc72c7bb1eaa4
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