Skip to content

Commit 8ae255f

Browse files
committed
Fixed typo.
1 parent d28fcd8 commit 8ae255f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wdl/tasks/TertiaryAnalysis/FunctionalAnnotation.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ task FunctionallyAnnotateVariants {
2121
tar -xf ~{snpeff_db}
2222
2323
# Make sure we give it enough memory to work for larger VCFs:
24-
/snpEff/scripts/snpEff -Xms2g-Xmx15g ann -v \
24+
/snpEff/scripts/snpEff -Xms2g -Xmx15g ann -v \
2525
-c $PWD/snpeff_db/snpEff.config \
2626
-dataDir $PWD/snpeff_db/data \
2727
~{snpeff_db_identifier} \

0 commit comments

Comments
 (0)