-
Notifications
You must be signed in to change notification settings - Fork 32
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
Digestion #98
Digestion #98
Conversation
Awesome, thanks! |
MissCleavages: int | ||
CleavageStart:int | ||
CleavageEnd: int | ||
///Sequence of peptide | ||
PepSequence: AminoAcid list |
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.
Genuine question: is AminoAcidList an artifact before BioList existed? I guess this can be changed to BioList without breaking previous versions. What do you think?
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.
Moved to #95
Please reference the issue(s) this PR is related to
Closes #97
Please list the changes introduced in this PR
Description
This PR provides implementations for the seq and List data structures following the Digestion.BioArray module.
[Required] please make sure you checked that
[Optional]