Skip to content

Commit

Permalink
Revert "Use TRFP CV"
Browse files Browse the repository at this point in the history
This reverts commit ccecc0e.
  • Loading branch information
caetera committed Jun 10, 2022
1 parent 1f1efa6 commit 06fbcc3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Writer/MzMlSpectrumWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,18 @@ public override void Write(IRawDataPlus rawFile, int firstScanNumber, int lastSc
_writer.WriteAttributeString("version", MainClass.Version);
SerializeCvParam(new CVParamType
{
accession = "MS:1003145",
name = "ThermoRawFileParser",
accession = "MS:1000799",
value = "ThermoRawFileParser",
name = "custom unreleased software tool",
cvRef = "MS"
});
// Replace the above with the correct term when downstream tools have updated their PSI-MS CV.
//SerializeCvParam(new CVParamType
//{
// accession = "MS:1003145",
// name = "ThermoRawFileParser",
// cvRef = "MS"
//});
_writer.WriteEndElement(); // software
_writer.WriteEndElement(); // softwareList

Expand Down

0 comments on commit 06fbcc3

Please sign in to comment.