Skip to content

Commit 94f1945

Browse files
Merge branch 'master' of https://github.com/compomics/ThermoRawFileParser into eubic2020hackathon
2 parents 6ade0ac + 9e5c4da commit 94f1945

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Writer/MetadataWriter.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ public void WriteJsonMetada(IRawDataPlus rawFile, int firstScanNumber, int lastS
241241
metadata.addMSData(new CVTerm("PRIDE:0000475", "PRIDE", "MS max RT", maxTime.ToString()));
242242

243243
metadata.addMSData(new CVTerm("PRIDE:0000476", "PRIDE", "MS min MZ", minMz.ToString()));
244-
metadata.addMSData(new CVTerm("PRIDE:0000477", "PRIDE", "MS min MZ", maxMz.ToString()));
244+
metadata.addMSData(new CVTerm("PRIDE:0000477", "PRIDE", "MS max MZ", maxMz.ToString()));
245245

246246

247247
// Write the meta data to file
@@ -281,4 +281,4 @@ public CVTerm parseActivationType(ActivationType activation)
281281
return new CVTerm("MS:1000044", "MS", "dissociation method", word);
282282
}
283283
}
284-
}
284+
}

0 commit comments

Comments
 (0)