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

fix small typo

parent ee7d6e8c
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} \
......
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