rust-bio / rust-htslib

This library provides HTSlib bindings and a high level Rust API for reading and writing BAM files.
MIT License
308 stars 80 forks source link

Weird reference_end() value #436

Open Crispy13 opened 4 months ago

Crispy13 commented 4 months ago
SRR622461.25188 73      1       879434  25      35M66S  =       879434  0

For this record, record.reference_end() gives 879434.

Is this correct?