-
Notifications
You must be signed in to change notification settings - Fork 51
fixed quantms-rescoring #631
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 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 |
|
I think it still fails because of permissions. Can't you set the env var for pep deep and matplotlib inside of the task? Just to PWD or a subfolder of it. You know you will always have access there |
1 similar comment
|
I think it still fails because of permissions. Can't you set the env var for pep deep and matplotlib inside of the task? Just to PWD or a subfolder of it. You know you will always have access there |
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||||||||||||
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.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).PR Type
Enhancement, Bug fix
Description
Refactored rescoring workflow to move feature extraction into peptide database search subworkflow
Updated container image versions from 0.0.13 to 0.0.14 for quantms-rescoring modules
Enhanced data flow by propagating search engine type through rescoring pipeline
Simplified PSM rescoring subworkflow by removing duplicated feature extraction logic
Fixed fine-tuning model directory handling with improved parameter validation
Diagram Walkthrough
File Walkthrough
main.nf
Update container version and add search engine trackingmodules/local/utils/msrescore_features/main.nf
search_engineparameter to input tuple for tracking searchengine type
search_enginethrough output tupleconditional logic
main.nf
Update container and improve fine-tuning parameter handlingmodules/local/utils/msrescore_fine_tuning/main.nf
groupkeyparameter to input for better grouping duringfine-tuning
groupkeyfor proper result trackinggroupkeyinstead ofmeta.mzml_idmain.nf
Add search engine type propagationmodules/local/utils/spectrum_features/main.nf
search_engineparameter to input tuplesearch_enginethrough output tuple for downstream trackingmain.nf
Pass experiment design to database searchsubworkflows/local/id/main.nf
ch_expdesignparametermain.nf
Remove rescoring logic, move to database searchsubworkflows/local/dda_id/main.nf
(MSRESCORE_FEATURES, MSRESCORE_FINE_TUNING, SPECTRUM_FEATURES,
PSM_CLEAN, GET_SAMPLE)
subworkflow
fine-tuning code
ch_expdesignparametersteps
main.nf
Integrate rescoring into database search workflowsubworkflows/local/peptide_database_search/main.nf
MSRESCORE_FINE_TUNING, MSRESCORE_FEATURES, GET_SAMPLE,
SPECTRUM_FEATURES, ID_MERGER)
ch_expdesignparameter to workflow inputsearch workflow
get_sample_maphelper function for sample mappingmain.nf
Simplify rescoring to percolator onlysubworkflows/local/psm_rescoring/main.nf
SPECTRUM_FEATURES, PSM_CLEAN, MSRESCORE_FINE_TUNING, GET_SAMPLE,
ID_MERGER)
ch_id_filestoch_id_files_feats(pre-processed features)
get_sample_mapfunction (moved to peptide_database_searchsubworkflow)