We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8da0889 + 2e4e8c7 commit be47d3cCopy full SHA for be47d3c
RawFileParser.cs
@@ -146,12 +146,6 @@ private static void ProcessFile(ParseInput parseInput)
146
// Get the first and last scan from the RAW file
147
firstScanNumber = rawFile.RunHeaderEx.FirstSpectrum;
148
lastScanNumber = rawFile.RunHeaderEx.LastSpectrum;
149
-
150
- // Check for empty file
151
- if (lastScanNumber < 1)
152
- {
153
- throw new RawFileParserException("Empty RAW file, no output will be produced");
154
- }
155
}
156
157
if (parseInput.MetadataFormat != MetadataFormat.NONE)
0 commit comments