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

remove redundant G in -Xmx in snpeff

parent 09372028
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ task SnpEff {
set -e
mkdir -p "$(dirname ~{outputPath})"
unzip ~{datadirZip}
snpEff -Xmx~{javaXmx}G -XX:ParallelGCThreads=1 \
snpEff -Xmx~{javaXmx} -XX:ParallelGCThreads=1 \
-v \
~{genomeVersion} \
-noDownload \
......
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