Skip to content

Commit 47d6a8c

Browse files
authored
Merge branch 'master' into mslevels
2 parents c9dc72a + c6dcfc3 commit 47d6a8c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ optional subcommands are xic|query (use [subcommand] -h for more info]):
7171
-z, --noZlibCompression Don't use zlib compression for the m/z ratios and
7272
intensities. By default zlib compression is
7373
enabled.
74+
-a, --allDetectors Extract additonal detector data: UV/PDA etc
7475
-l, --logging=VALUE Optional logging level: 0 for silent, 1 for
7576
verbose.
7677
-e, --ignoreInstrumentErrors

ThermoRawFileParserTest/WriterTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ public void TestMzML_MS2()
129129
var selectedZ = int.Parse(precursor.cvParam.Where(cv => cv.accession == "MS:1000041").First().value);
130130
Assert.AreEqual(selectedZ , 2);
131131

132-
var selectedI = Double.Parse(precursor.cvParam.Where(cv => cv.accession == "MS:1000042").First().value);
133-
Assert.IsTrue(selectedI - 10073 < 1);
132+
//var selectedI = Double.Parse(precursor.cvParam.Where(cv => cv.accession == "MS:1000042").First().value);
133+
//Assert.IsTrue(selectedI - 10073 < 1);
134134

135135
Assert.AreEqual(95, testMzMl.run.chromatogramList.chromatogram[0].defaultArrayLength);
136136
}

0 commit comments

Comments
 (0)