Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert U to T instead of U to N when sam_parsing. #1854

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

jkbonfield
Copy link
Contributor

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

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
@whitwham whitwham merged commit 7f3b758 into samtools:develop Oct 25, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

samtools fastq converts U bases to N
2 participants