-
Notifications
You must be signed in to change notification settings - Fork 38
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
Fixing quantms rescoring bugs #462
Conversation
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Could you please describe the bug in summary and how your changes fix that? |
For MSGF+ but also any other search engines, the rescoring algorithm was failing for psms without a main score. #. In the current PR, @daichengxin https://github.com/bigbio/quantms-rescoring/pull/5/files#diff-d6a7c234404ec9682d47dca3803cc1755e81134d9f19b11b97264f46cf339296R254 is now handling better. |
How can a PeptideHit not have a main score? |
Normal peptidehit:
A error example without search engines score features, and NumMatchedMainIons is 0. So we should remove it or we will get an error from ms2rescore hander. I added a patch hander to skip them when extracting PSM. But I forget to synchronise the deletion of peptide ids. So in this commit I synchronised the deletion of the peptides
|
Aha! That makes sense! |
# Conflicts: # .github/workflows/awsfulltest.yml # .github/workflows/release-announcements.yml # .nf-core.yml # conf/modules.config # docs/usage.md # modules.json # modules/nf-core/fastqc/main.nf # modules/nf-core/fastqc/meta.yml # nextflow.config
This PR fixes the following Bug #458
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).