Skip to content
Snippets Groups Projects
Commit f423e53e authored by JasperBoom's avatar JasperBoom
Browse files

Add GC parameter.

parent 90c0270d
Branches BIOWDL-450
No related tags found
No related merge requests found
......@@ -328,6 +328,7 @@ task CreateSequenceDictionary {
set -e
mkdir -p "$(dirname ~{outputDir})"
picard -Xmx~{javaXmx} \
-XX:ParallelGCThreads=1 \
CreateSequenceDictionary \
REFERENCE=~{inputFile} \
OUTPUT="~{outputDir}/~{basenameInputFile}.dict"
......
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