Skip to content

Commit 91d9f47

Browse files
Addition of "AlphaLP" as a new term - refinements and suggestions welcome (#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]>
1 parent cf91af8 commit 91d9f47

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

psi-ms.obo

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
format-version: 1.2
2-
data-version: 4.1.188
2+
data-version: 4.1.189
33
date: 13:01:2025 17:58
44
saved-by: Joshua Klein
55
default-namespace: MS
@@ -8495,6 +8495,15 @@ def: "Cleavage agent Trypsin/P." [PSI:PI]
84958495
is_a: MS:1001045 ! cleavage agent name
84968496
relationship: has_regexp MS:1001339 ! (?<=[KR])
84978497

8498+
[Term]
8499+
id: MS:1003434
8500+
name: AlphaLP
8501+
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]
8502+
is_a: MS:1001045 ! cleavage agent name
8503+
synonym: "alpha-lytic endopeptidase" EXACT []
8504+
synonym: "alpha-lytic protease" EXACT []
8505+
relationship: has_regexp MS:1003435 ! (?<=[TASV])
8506+
84988507
[Term]
84998508
id: MS:1001314
85008509
name: V8-DE
@@ -12865,6 +12874,12 @@ name: (?<=W)
1286512874
def: "Regular expression for 2-iodobenzoate." [PSI:PI]
1286612875
is_a: MS:1001180 ! Cleavage agent regular expression
1286712876

12877+
[Term]
12878+
id: MS:1003435
12879+
name: (?<=[TSAV])
12880+
def: "Regular expression for alphaLP." [PSI:PI]
12881+
is_a: MS:1001180 ! Cleavage agent regular expression
12882+
1286812883
[Term]
1286912884
id: MS:1001961
1287012885
name: peptide spectrum match scoring algorithm

0 commit comments

Comments
 (0)