Commit 771c53c
committed
Fix CRAM QS values where ambiguity codes are in the reference.
Commit 0aa2af3 changes QS encoding from verbatim copying out of
s->qual_blk and into calling codecs[DS_QS]->encode. This was part of
the plan to be able to perform the data transforms on QS, included in
CRAM 4.0 prototype.
Unfortunately the ordering was wrong, with a copy of all quals
followed by encoding any explicit QS items produced by the feature
codes. The correct ordering is the reversal of this.1 parent 3294afb commit 771c53c
File tree
5 files changed
+16
-12
lines changed- io_lib
- tests/data
5 files changed
+16
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
535 | 535 | | |
536 | 536 | | |
537 | 537 | | |
| 538 | + | |
538 | 539 | | |
539 | 540 | | |
540 | 541 | | |
| |||
609 | 610 | | |
610 | 611 | | |
611 | 612 | | |
612 | | - | |
613 | | - | |
614 | | - | |
615 | | - | |
616 | | - | |
617 | 613 | | |
618 | 614 | | |
619 | 615 | | |
| |||
686 | 682 | | |
687 | 683 | | |
688 | 684 | | |
| 685 | + | |
689 | 686 | | |
690 | 687 | | |
691 | 688 | | |
| |||
700 | 697 | | |
701 | 698 | | |
702 | 699 | | |
| 700 | + | |
703 | 701 | | |
704 | 702 | | |
705 | 703 | | |
| |||
736 | 734 | | |
737 | 735 | | |
738 | 736 | | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
739 | 742 | | |
740 | 743 | | |
741 | 744 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
0 commit comments