Skip to content

Commit ccecc0e

Browse files
committed
Use TRFP CV
1 parent b2d705a commit ccecc0e

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

Writer/MzMlSpectrumWriter.cs

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -260,18 +260,10 @@ public override void Write(IRawDataPlus rawFile, int firstScanNumber, int lastSc
260260
_writer.WriteAttributeString("version", MainClass.Version);
261261
SerializeCvParam(new CVParamType
262262
{
263-
accession = "MS:1000799",
264-
value = "ThermoRawFileParser",
265-
name = "custom unreleased software tool",
263+
accession = "MS:1003145",
264+
name = "ThermoRawFileParser",
266265
cvRef = "MS"
267266
});
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-
//});
275267
_writer.WriteEndElement(); // software
276268
_writer.WriteEndElement(); // softwareList
277269

0 commit comments

Comments
 (0)