Commit 061ef36
committed
Fix a bug where target regions could miss the first record
This could happen with e.g. with `bcftools view -t` when the
last record in a chromosome block has the same coordinate as
the first record in the chromosome block that follows.
Fixes samtools/bcftools#14411 parent 6038f97 commit 061ef36
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
614 | 614 | | |
615 | 615 | | |
616 | 616 | | |
617 | | - | |
| 617 | + | |
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
| |||
638 | 638 | | |
639 | 639 | | |
640 | 640 | | |
641 | | - | |
| 641 | + | |
642 | 642 | | |
643 | 643 | | |
644 | 644 | | |
645 | 645 | | |
| 646 | + | |
646 | 647 | | |
647 | 648 | | |
648 | 649 | | |
| |||
0 commit comments