-
-
Notifications
You must be signed in to change notification settings - Fork 356
add isobaric correction defaults for tmt6plex and 11plex #7601
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
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
{ | ||
throw Exception::InvalidParameter(__FILE__, __LINE__, OPENMS_PRETTY_FUNCTION, | ||
|
||
throw Exception::InvalidParameter(__FILE__, __LINE__, OPENMS_PRETTY_FUNCTION, |
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.
special treatment of tmt11plex (and 6plex) not needed anymore
src/tests/class_tests/openms/source/TMTSixPlexQuantitationMethod_test.cpp
Outdated
Show resolved
Hide resolved
src/tests/class_tests/openms/source/TMTElevenPlexQuantitationMethod_test.cpp
Outdated
Show resolved
Hide resolved
this is a hot fix that should go into 3.2.1 |
User description
Description
correction matrix
Checklist
How can I get additional information on failed tests during CI
Click to expand
If your PR is failing you can check outIf you click in the column that lists the failed tests you will get detailed error messages.
Advanced commands (admins / reviewer only)
Click to expand
/reformat
(experimental) applies the clang-format style changes as additional commit. Note: your branch must have a different name (e.g., yourrepo:feature/XYZ) than the receiving branch (e.g., OpenMS:develop). Otherwise, reformat fails to push.rebuild jenkins
will retrigger Jenkins-based CI buildsPR Type
bug_fix
Description
IsobaricIsotopeCorrector
where the correction matrix being an identity matrix was previously allowed.Changes walkthrough 📝
IsobaricIsotopeCorrector.cpp
Remove special case for "tmt11plex" in correction matrix validation
src/openms/source/ANALYSIS/QUANTITATION/IsobaricIsotopeCorrector.cpp
matrix is the identity matrix.
the need for a valid correction matrix.