-
Notifications
You must be signed in to change notification settings - Fork 459
Open
Labels
Milestone
Description
I noticed that the index written during compression by bgzip (-i) is missing the final block offset, while if re-written (-r) it is present. This is specifically noted in the source for bgzf.c as NOT a bug but not further explained. Can anyone fill me in on the reason for this? I'm polishing up an implementation of BGZF I/O in Perl and would like to understand this feature? quirk? for index I/O compatability.