diff --git a/perl/liftOverVCF.pl b/perl/liftOverVCF.pl
index 6e3b0fccf..24d125bb2 100755
--- a/perl/liftOverVCF.pl
+++ b/perl/liftOverVCF.pl
@@ -12,16 +12,18 @@ my $newRef = undef;
my $oldRef = undef;
my $out = undef;
my $tmp = "/tmp";
+my $recordOriginalLocation = undef;
GetOptions( "vcf=s" => \$in,
"gatk=s" => \$gatk,
"chain=s" => \$chain,
"newRef=s" => \$newRef,
"oldRef=s" => \$oldRef,
"out=s" => \$out,
- "tmp=s" => \$tmp);
+ "tmp=s" => \$tmp,
+ "recordOriginalLocation" => \$recordOriginalLocation);
-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