-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filtered mzML crashes due to scan numbers? #13
Comments
That would be my first guess looking at that error. |
I tested with filtering the first 500 scans (which are crap), and then it doesnt crash on reading the spectra. (I can run the full file, but that'll take a while) |
It might be that it's barfing because the new mzML file starts at 10000 instead of 1. See if you can run it with the first 1000 or 5000 scans. |
Yeah, it's just that I'm trying to keep small test data (first 1000 scans is also giving really bad PSMs), so I think I'll try to re-number the scans instead, if I manage to do so by regex or something. Could this be issue with an underlying mzML reading library then? |
That's what I suspect based on the error message and what you're telling me here. |
Ok, thanks for the quick replying! Will try to re-number. |
Hi, I have a filtered mzML file (Thermo) for testing, wich contains scan numbers 10000-10500. When I run luciphor, it crashes quickly and complains as follows:
I suspect it has something to do with the scans being filtered (
msconvert --filter "scanNumber 10000-10500" ...
), but I don't really know if this is the problem. If anyone has a hunch, I'd like to hear it. :)The text was updated successfully, but these errors were encountered: