-
-
Notifications
You must be signed in to change notification settings - Fork 356
Feat: Auto QC calculations #4637
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
…s to filter on new members in MRMFeatureFilter
… interest in moving in supporting QCML with MRMFeatureFilter
…hey were not needed and introduced docstrings and method signatures to MRMFeatureFilter
…nimum and maximum ranges are determined by the samples and not the template. Will also add a parameter to the arguments to allow for updating instead of overwritting
…re, and added tests for MRMFeatureQCFile::store
👉 View analysis in DeepCode’s Dashboard |
The CI failures appear to be due to the lint checks add a test that appears quite unrelated to the PR on windows. Please let me know how best to proceed. |
Correct, the test is unrelated. But could you try to address the linting errors quickly? And you seem to have pulled over changes to the referenced version of the contribs from another branch or so. Can you try to revert that part? |
Please let me know if something is still up with the submodules. I am not sure what happened exactly to cause the changes. I reverted them using |
src/openms/include/OpenMS/ANALYSIS/OPENSWATH/MRMFeatureFilter.h
Outdated
Show resolved
Hide resolved
src/openms/include/OpenMS/ANALYSIS/OPENSWATH/MRMFeatureFilter.h
Outdated
Show resolved
Hide resolved
src/openms/include/OpenMS/ANALYSIS/OPENSWATH/MRMFeatureFilter.h
Outdated
Show resolved
Hide resolved
src/openms/include/OpenMS/ANALYSIS/OPENSWATH/MRMFeatureFilter.h
Outdated
Show resolved
Hide resolved
@cbielow is there some overlap to your QC approach or something we could consider in the future to harmonize QC approaches? |
I wanted to check in to see if this branch is ready to be merged. |
src/openms/include/OpenMS/ANALYSIS/OPENSWATH/MRMFeatureFilter.h
Outdated
Show resolved
Hide resolved
if this is for MRM data, there is probably not a lot of overlap. Nevertheless, computation of QC might be extracted into a separate class and put into /src/QC/, just for clearer interfaces?? |
looks good. |
Please advice on the appleclang failure. |
Unrelated. Wanna merge? |
Yes |
New features
Code changes