1
0
Fork 0
mirror of https://github.com/MillironX/XAM.jl.git synced 2024-11-14 14:23:11 +00:00

Investigation

This commit is contained in:
Ciarán O’Mara 2021-07-16 20:10:41 +10:00
parent d370ebe28c
commit 55d338d262

View file

@ -21,6 +21,7 @@ function BGZFStreams.virtualoffset(stream::BGZFStreams.BGZFStream)
i = BGZFStreams.ensure_buffered_data(stream)
if i == 0
block = stream.blocks[end]
@info "zero case" stream stream.blocks block.block_offset block.size
else
block = stream.blocks[i]
end