samtools / htslib

C library for high-throughput sequencing data formats
Other
785 stars 447 forks source link

Stop the overwriting of the end value. #1626

Closed whitwham closed 1 year ago

whitwham commented 1 year ago

If the end column appeared before the begin column then the end value was being overwritten in the begin value initialisation.

Fixes #1622.