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

add forgotten M

parent ec2bc612
No related branches found
No related tags found
No related merge requests found
...@@ -734,7 +734,7 @@ task GatherBqsrReports { ...@@ -734,7 +734,7 @@ task GatherBqsrReports {
command { command {
set -e set -e
mkdir -p "$(dirname ~{outputReportPath})" mkdir -p "$(dirname ~{outputReportPath})"
gatk --java-options '-Xmx~{javaXmxMb} -XX:ParallelGCThreads=1' \ gatk --java-options '-Xmx~{javaXmxMb}M -XX:ParallelGCThreads=1' \
GatherBQSRReports \ GatherBQSRReports \
-I ~{sep=' -I ' inputBQSRreports} \ -I ~{sep=' -I ' inputBQSRreports} \
-O ~{outputReportPath} -O ~{outputReportPath}
......
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