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.
1 parent e94cf14 commit 2e4e8c7Copy full SHA for 2e4e8c7
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