Skip to content

Commit

Permalink
Fix upper/lower mixup (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
edeutsch authored Feb 12, 2025
1 parent d0e1a55 commit 8c076da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions psi-ms.obo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format-version: 1.2
data-version: 4.1.190
date: 07:02:2025 17:58
saved-by: Joshua Klein
data-version: 4.1.191
date: 12:02:2025 17:58
saved-by: Eric Deutsch
default-namespace: MS
namespace-id-rule: * MS:$sequence(7,0,9999999)$
namespace-id-rule: * PEFF:$sequence(7,0,9999999)$
Expand Down Expand Up @@ -3603,7 +3603,7 @@ relationship: part_of MS:1000442 ! spectrum
[Term]
id: MS:1000500
name: scan window upper limit
def: "The lower m/z bound of a mass spectrometer scan window." [PSI:MS]
def: "The upper m/z bound of a mass spectrometer scan window." [PSI:MS]
synonym: "mzRangeStop" RELATED []
is_a: MS:1000549 ! selection window attribute
relationship: has_units MS:1000040 ! m/z
Expand All @@ -3612,7 +3612,7 @@ relationship: has_value_type xsd:float ! The allowed value-type for this CV term
[Term]
id: MS:1000501
name: scan window lower limit
def: "The upper m/z bound of a mass spectrometer scan window." [PSI:MS]
def: "The lower m/z bound of a mass spectrometer scan window." [PSI:MS]
synonym: "mzRangeStart" RELATED []
is_a: MS:1000549 ! selection window attribute
relationship: has_units MS:1000040 ! m/z
Expand Down

0 comments on commit 8c076da

Please sign in to comment.