diff --git a/perl/liftOverVCF.pl b/perl/liftOverVCF.pl index e02ba98a8..5a34594d1 100755 --- a/perl/liftOverVCF.pl +++ b/perl/liftOverVCF.pl @@ -67,5 +67,7 @@ system($cmd); # clean up unlink $unsorted_vcf; unlink $sorted_vcf; +my $sorted_index = "$sorted_vcf.idx"; +unlink $sorted_index; print "\nDone!\n";