Skip to content

Commit

Permalink
remove regex enclosing / in name
Browse files Browse the repository at this point in the history
  • Loading branch information
mobiusklein authored Jan 28, 2025
1 parent d0fcd3a commit 6b5568c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psi-ms.obo
Original file line number Diff line number Diff line change
Expand Up @@ -12876,7 +12876,7 @@ is_a: MS:1001180 ! Cleavage agent regular expression

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

Expand Down

0 comments on commit 6b5568c

Please sign in to comment.