-
Notifications
You must be signed in to change notification settings - Fork 15
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
BLASR adds " RQ=" to read name when unmapped #3
Comments
Are you using blasr from this repo or the pacbio one? |
This repo. Was this fixed in master? |
No, but blasr does not attach the RQ field to the read name and does not -mark On Tue, Jul 7, 2015 at 7:21 AM, Ryan Neff notifications@github.com wrote:
|
This was from fasta files, hot h5. Anyways, I'll try out the fix with the next commit shows up and let you know how it goes! |
modified: ../common/algorithms/alignment/printers/SAMPrinter.h
From BamUtils, I am seeing many INVALID_QNAMEs for unmapped reads (example below):
When I look at mapped reads vs. unmapped, I am seeing this difference:
Mapped:
m150224_063755_42156_c100788292550000001823173308251556_s1_p0/133171/0_211 10 007195F-001-01 ...
Unmapped:
m150225_013529_42156_c100779742550000001823166508251511_s1_p0/11992/37280_42077 RQ=0.787/0_4797 4 * ....
I think to fix this for the files I have right now is to convert back to SAM, strip out the RQ columns, and re-make the BAM
The text was updated successfully, but these errors were encountered: