-
Notifications
You must be signed in to change notification settings - Fork 48
fixed rescoring range bugs #583
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
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 ✨ Finishing touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes bugs related to channel mapping and parameter handling in the rescoring workflows. The changes remove a hardcoded qval_score parameter that was causing issues in the data flow between modules.
- Remove hardcoded qval_score parameter from ID_RIPPER module interface
- Fix channel mapping by removing hardcoded "MS:1001491" score parameter from consensus input channels
- Simplify data flow in both DDA_ID and PSM_RESCORING workflows
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
modules/local/openms/id_ripper/main.nf | Removes qval_score parameter from input/output to simplify module interface |
subworkflows/local/dda_id/main.nf | Fixes channel mapping by removing hardcoded score parameter in both rescoring conditions |
subworkflows/local/psm_rescoring/main.nf | Fixes channel mapping by removing hardcoded score parameter in both rescoring conditions |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
User description
PR checklist
nf-core pipelines 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).PR Type
Bug fix
Description
Remove hardcoded qval_score parameter from ID_RIPPER module
Fix channel mapping in rescoring workflows
Simplify data flow by removing unnecessary score parameter
Diagram Walkthrough
File Walkthrough
main.nf
Remove qval_score parameter from ID_RIPPER
modules/local/openms/id_ripper/main.nf
qval_score
parameter from input tupleqval_score
output emissionmain.nf
Fix channel mapping in DDA_ID workflow
subworkflows/local/dda_id/main.nf
main.nf
Fix channel mapping in PSM_RESCORING workflow
subworkflows/local/psm_rescoring/main.nf