Skip to content

Commit

Permalink
minor changes in the code style
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Feb 11, 2021
1 parent 2855a8a commit 87047ae
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pypgatk/db/digest_mutant_protein.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@


def trypsin_cleavage(proseq: str, miss_cleavage: int):
"""
Digest a protein sequence using Trypsin pattern and considering some misscleavages
:param proseq: protein sequence
:param miss_cleavage: number of misscleavages
:return: list of peptides
"""

peptides = []
peptide = ''
for c, aa in enumerate(proseq):
Expand Down

0 comments on commit 87047ae

Please sign in to comment.