-
Notifications
You must be signed in to change notification settings - Fork 719
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
Filter BAM output of UMI-tools dedup before passing to Salmon quant #828
Comments
The problem seems more complicated than that. It seems to be the issue discussed here |
Running this command as mentioned in the linked issue above seems to fix the problem:
The log files for Salmon no longer chucks out warnings for unpaired reads so I assume the reads are being handled correctly:
|
As a temporary solution, I have copied the I have created a separate issue to track this for future releases of the pipeline: #831 Fixed in drpatelh@2e3e668 drpatelh@d5034fa |
Description of the bug
When using UMIs salmon reports millions of:
WARNING: Detected suspicious pair --- The names are different:
This is because UMI-tools includes unpaired and chimeric reads. This leads to orphan reads.
I believe setting the flags:
--unpaired-reads=discard
and
--chimeric-pairs=discard
Should solve the issue
Command used and terminal output
No response
Relevant files
No response
System information
No response
The text was updated successfully, but these errors were encountered: