Skip to content

Commit

Permalink
Addition of "AlphaLP" as a new term - refinements and suggestions wel…
Browse files Browse the repository at this point in the history
…come (#367)

* used script find_next_available_number.py to find the next possible MS identifier and added name, synonyms and definition to the term alphaLP

* used script find_next_available_number.py to find the next possible MS identifier and added name, synonyms and definition to the term alphaLP

* used script find_next_available_number.py to find the next possible MS identifier and added name, synonyms and definition to the term alphaLP

* add publications from KEGG

* bump the minor revision number according to GH actions failure

* add extra term to represent the regex used in alphaLP cleavage sites

* format regex similar to other regex

* remove regex enclosing `/` in name

* Add ref

---------

Co-authored-by: Joshua Klein <[email protected]>
  • Loading branch information
sierra-moxon and mobiusklein authored Jan 28, 2025
1 parent cf91af8 commit 91d9f47
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion psi-ms.obo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
format-version: 1.2
data-version: 4.1.188
data-version: 4.1.189
date: 13:01:2025 17:58
saved-by: Joshua Klein
default-namespace: MS
Expand Down Expand Up @@ -8495,6 +8495,15 @@ def: "Cleavage agent Trypsin/P." [PSI:PI]
is_a: MS:1001045 ! cleavage agent name
relationship: has_regexp MS:1001339 ! (?<=[KR])

[Term]
id: MS:1003434
name: AlphaLP
def: "A serine protease that hydrolyzes peptide bonds at the C-terminus of threonine, alanine, serine, and valine. (EC:3.4.21.12)" [DOI:10.1038/228438a0, DOI:10.1021/bi00445a015]
is_a: MS:1001045 ! cleavage agent name
synonym: "alpha-lytic endopeptidase" EXACT []
synonym: "alpha-lytic protease" EXACT []
relationship: has_regexp MS:1003435 ! (?<=[TASV])

[Term]
id: MS:1001314
name: V8-DE
Expand Down Expand Up @@ -12865,6 +12874,12 @@ name: (?<=W)
def: "Regular expression for 2-iodobenzoate." [PSI:PI]
is_a: MS:1001180 ! Cleavage agent regular expression

[Term]
id: MS:1003435
name: (?<=[TSAV])
def: "Regular expression for alphaLP." [PSI:PI]
is_a: MS:1001180 ! Cleavage agent regular expression

[Term]
id: MS:1001961
name: peptide spectrum match scoring algorithm
Expand Down

0 comments on commit 91d9f47

Please sign in to comment.