-
Notifications
You must be signed in to change notification settings - Fork 46
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
Kdn adding and diagnostic filtering #2383
Merged
nbollis
merged 29 commits into
smith-chem-wisc:master
from
RayMSMS:Kdn-Adding-and-diagnostic-filtering
Aug 2, 2024
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
62013c0
The lie's comment about the glyco-searching
RayMSMS 2e99da2
Try to add the search summary information (PSMs, protein group, glyco…
RayMSMS d1da509
Merge branch 'master' into glyco-search-comment
nbollis 640c503
Merge branch 'master' into glyco-search-comment
nbollis a0d2377
add the contaminant tester
RayMSMS 88ce7b5
Merge branch 'glyco-search-comment' of https://github.com/RayMSMS/Met…
RayMSMS 9ff4c2f
Delet the unused constructor of Node class to cheat the coverage check
RayMSMS 02bcfce
Fix the Fdr filter (initial: < 0.1, now <= 0.1)
RayMSMS 206fd27
Try to pass the coverage test, add the docoy filtering tester
RayMSMS fdd58a3
Merge branch 'master' into glyco-search-comment
nbollis 8b2898a
Merge branch 'master' into glyco-search-comment
nbollis 8a7f48d
update 7/2/2024
RayMSMS aebf0ec
Merge branch 'glyco-search-comment' of https://github.com/RayMSMS/Met…
RayMSMS 2d7467c
Search the new sugar "Kdn"
RayMSMS 359154d
In order to pass the converage, add the new model in the tester "N-gl…
RayMSMS 09965d8
Update 7/4/2024
RayMSMS e5f3f49
update 7/5/2024
RayMSMS 3952bf1
Merge branch 'master' into glyco-search-comment
RayMSMS 3b80d8b
wrting fuction update and tester
RayMSMS 7c2c7ef
Merge in my comment branch
RayMSMS 9a038a1
update 7/10
RayMSMS 9d1c68a
Merge branch 'master' into Kdn-Adding-and-diagnostic-filtering
RayMSMS ea690b9
fix the issue: The glycan database need to reload by the tester
RayMSMS f3d2831
Merge branch 'Kdn-Adding-and-diagnostic-filtering' of https://github.…
RayMSMS ef33bb5
update 7/11/2024 try to fix the failed test issue
RayMSMS 2d5db1b
update 7/24
RayMSMS 7019df1
Merge branch 'master' into Kdn-Adding-and-diagnostic-filtering
RayMSMS 72521e8
update 7/30
RayMSMS 48267d9
Merge branch 'Kdn-Adding-and-diagnostic-filtering' of https://github.…
RayMSMS File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
MetaMorpheus/EngineLayer/Glycan_Mods/OGlycan/OGlycan_withIsobaric.gdb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
(N) | ||
(N(H)) | ||
(N(A)) | ||
(N(H)(N)) | ||
(N(H(A))) | ||
(N(N(K))) | ||
(N(H)(N(H))) | ||
(N(H(A))(N)) | ||
(N(H(A))(A)) | ||
(N(H(A))(N(H))) | ||
(N(H)(N(H(A))(F))) | ||
(N(H(A))(N(H(A)))) | ||
(N(H(A))(N(H(A))(F))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
are we still unclear about this shift? Can you add a comment about what these numbers are and how they are used?