-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add functionality to search only tryptic matches #27
Conversation
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.
I have checked and gone through the code and to me it looks ok. I do need to verify it with a few more in-depth tests to be 100% sure, but @tibvdm you can also already take a look at the code in this PR.
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.
I have checked this PR in detail, ran a lot of data validation tests and all is ok!
this PR adds functionality to the index to match only tryptic peptides.
After searching the matches in the suffix array, we check for each match if trypsin could cut the queried peptide from the corresponding protein.