Skip to content
Snippets Groups Projects
Commit 28b1a835 authored by Cats's avatar Cats
Browse files

fix wrong placeholder

parent c8040213
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ task AnnotateInsertedSequence {
command {
set -e
_JAVA_OPTIONS="${_JAVA_OPTIONS}:-Xmx~{javaXmx}"
_JAVA_OPTIONS="$_JAVA_OPTIONS:-Xmx~{javaXmx}"
AnnotateInsertedSequence \
REFERENCE_SEQUENCE=~{viralReference} \
INPUT=~{inputVcf} \
......
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