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:
parent
2bc5971ca1
commit
e6d038067b
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue