forked from samtools/htslib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert U to T instead of U to N when sam_parsing.
As this changes seq_nt16_table it changes it for all other uses of this lookup table too, which will be widespread. However this feels like a reasonable thing to do given it only has an impact on data which is currently out of bounds of what is expected. Fixes samtools/samtools#2131
- Loading branch information
1 parent
3c90481
commit c2db2ab
Showing
4 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@SQ SN:xx LN:20 | ||
a1 99 xx 1 1 16M = 11 20 =ACMGRSVTWYHKDBN **************** | ||
b1 99 xx 1 1 16M = 11 20 =ACMGRSVUWYHKDBN **************** |