Skip to content

Commit 06fbcc3

Browse files
committed
Revert "Use TRFP CV"
This reverts commit ccecc0e.
1 parent 1f1efa6 commit 06fbcc3

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Writer/MzMlSpectrumWriter.cs

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,18 @@ public override void Write(IRawDataPlus rawFile, int firstScanNumber, int lastSc
260260
_writer.WriteAttributeString("version", MainClass.Version);
261261
SerializeCvParam(new CVParamType
262262
{
263-
accession = "MS:1003145",
264-
name = "ThermoRawFileParser",
263+
accession = "MS:1000799",
264+
value = "ThermoRawFileParser",
265+
name = "custom unreleased software tool",
265266
cvRef = "MS"
266267
});
268+
// Replace the above with the correct term when downstream tools have updated their PSI-MS CV.
269+
//SerializeCvParam(new CVParamType
270+
//{
271+
// accession = "MS:1003145",
272+
// name = "ThermoRawFileParser",
273+
// cvRef = "MS"
274+
//});
267275
_writer.WriteEndElement(); // software
268276
_writer.WriteEndElement(); // softwareList
269277

0 commit comments

Comments
 (0)