mirror of
https://github.com/MillironX/XAM.jl.git
synced 2024-11-14 14:23:11 +00:00
Investigation
This commit is contained in:
parent
d370ebe28c
commit
55d338d262
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue