cleanup the temp index too

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4512 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
ebanks 2010-10-17 04:41:42 +00:00
parent 2bc5971ca1
commit e6d038067b
1 changed files with 2 additions and 0 deletions

View File

@ -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";