Skip to content

Commit

Permalink
Merge pull request #37 from mobiusklein/feature/proforma
Browse files Browse the repository at this point in the history
Draft ProForma implementation
  • Loading branch information
levitsky authored Jun 28, 2021
2 parents bb16c2a + 43fcebe commit 4cee0bb
Show file tree
Hide file tree
Showing 5 changed files with 2,004 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ __pycache__
*.egg-info
*.pyc
.ipynb_checkpoints
.vscode
*.diff
2 changes: 2 additions & 0 deletions pyteomics/mass/mass.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ def mass(self, **kwargs):
'G': Composition({'H': 3, 'C': 2, 'O': 1, 'N': 1}),
'H': Composition({'H': 7, 'C': 6, 'N': 3, 'O': 1}),
'I': Composition({'H': 11, 'C': 6, 'O': 1, 'N': 1}),
'J': Composition({'H': 11, 'C': 6, 'O': 1, 'N': 1}),
'K': Composition({'H': 12, 'C': 6, 'N': 2, 'O': 1}),
'L': Composition({'H': 11, 'C': 6, 'O': 1, 'N': 1}),
'M': Composition({'H': 9, 'C': 5, 'S': 1, 'O': 1, 'N': 1}),
Expand Down Expand Up @@ -726,6 +727,7 @@ def isotopologues(*args, **kwargs):
'C': 103.00919,
'L': 113.08406,
'I': 113.08406,
'J': 113.08406,
'N': 114.04293,
'D': 115.02694,
'Q': 128.05858,
Expand Down
Loading

0 comments on commit 4cee0bb

Please sign in to comment.