Skip to content

Commit ded9953

Browse files
committed
Add Orbitrap ID-X
1 parent a6f0d12 commit ded9953

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Writer/MzMlSpectrumWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public override void Write(IRawDataPlus rawFile, int firstScanNumber, int lastSc
119119
URI = @"https://raw.githubusercontent.com/HUPO-PSI/psi-ms-CV/master/psi-ms.obo",
120120
fullName = "Mass spectrometry ontology",
121121
id = "MS",
122-
version = "4.1.38"
122+
version = "4.1.41"
123123
});
124124
Serialize(serializer, new CVType
125125
{

Writer/OntologyMapping.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,15 @@ public static class OntologyMapping
523523
cvRef = "MS",
524524
value = ""
525525
}
526+
},
527+
{
528+
"ORBITRAP ID-X", new CVParamType
529+
{
530+
accession = "MS:1003112",
531+
name = "Orbitrap ID-X",
532+
cvRef = "MS",
533+
value = ""
534+
}
526535
}
527536
};
528537

0 commit comments

Comments
 (0)