diff --git a/perl/liftOverVCF.pl b/perl/liftOverVCF.pl
index e02ba98a8..4b3627612 100755
--- a/perl/liftOverVCF.pl
+++ b/perl/liftOverVCF.pl
@@ -11,6 +11,7 @@ my $chain = undef;
my $newRef = undef;
my $oldRef = undef;
my $out = undef;
+my $cacheSize = 50000;
my $tmp = "/tmp";
GetOptions( "vcf=s" => \$in,
"gatk=s" => \$gatk,
@@ -18,11 +19,12 @@ GetOptions( "vcf=s" => \$in,
"newRef=s" => \$newRef,
"oldRef=s" => \$oldRef,
"out=s" => \$out,
+ "cache=s" => \$cacheSize,
"tmp=s" => \$tmp);
if ( !$in || !$gatk || !$chain || !$newRef || !$oldRef || !$out ) {
- print "Usage: liftOverVCF.pl\n\t-vcf \t\t\n\t-gatk \t\t\n\t-chain \t\t\n\t-newRef \t\n\t-oldRef \t\n\t-out \t\t