-
Notifications
You must be signed in to change notification settings - Fork 1
Enhance and fixed bugs #33
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
Dockerfile update
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
Enhancement, Bug fix
Description
Renamed
mask_modloss
parameter toconsider_modloss
for clarityEnhanced modification parsing for N-terminal modifications
Added decoy and score information to PSM dataframe
Improved model prediction logic with modloss consideration
Diagram Walkthrough
File Walkthrough
alphapeptdeep.py
Enhanced modloss handling and model prediction logic
quantmsrescore/alphapeptdeep.py
mask_modloss
parameter toconsider_modloss
throughout the filepDeepModel
andcreate_fragment_mz_dataframe
annotator.py
Updated modloss parameter and model selection
quantmsrescore/annotator.py
mask_modloss
toconsider_modloss
ms2rescore.py
Updated CLI parameter for modloss handling
quantmsrescore/ms2rescore.py
--mask_modloss
to--consider_modloss
idxmlreader.py
Fixed modification parsing and added PSM metadata
quantmsrescore/idxmlreader.py
is_decoy
andscore
fields to PSM dataframe