-
Notifications
You must be signed in to change notification settings - Fork 818
Document Qualimap read counting limitation #1625
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
Conversation
Document known limitation where Qualimap reports more reads than exist in the BAM file when assigning reads to genomic features. Provide workarounds including using RSeQC as alternative and --skip_qualimap flag. Addresses #1273
|
Note: This PR cannot be merged until #1618 is merged first, as that PR contains CI fixes needed for tests to pass. |
|
|
Warning Newer version of the nf-core template is available. Your pipeline is using an old version of the nf-core template: 3.4.1. For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation. |
Description
Adds documentation warning about a known Qualimap bug where it reports more reads assigned to genomic features than exist in the BAM file.
Details
--skip_qualimapflag, or validation with custom toolsAddresses
Closes #1273 (via documentation)
References
PR checklist
CHANGELOG.mdis updated (will update after review if needed)docsis updated.