-
Notifications
You must be signed in to change notification settings - Fork 33
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
raw file reader #446
raw file reader #446
Conversation
What's going on here? |
Oh, this is cool. Have you tried this out in MM locally? |
there are some problems reading some ITMS data, I think it's a bug in rawfilereader but I haven't resolved it |
I think we should merge this in soon and try to get all the NuGet stuff working and try it out in MetaMorpheus. The licence that we're required to bundle with this might not pack into NuGet... RawFileReader has some issues centroiding one of the test datafiles but I don't know how common this is. It's much faster at file loading than the old system and doesn't require the user to install anything. |
We can use RawFileReader for opening most files, and if it crashes then we can use MSFileReader as a backup |
don't merge this yet, I fixed the problem with reading ITMS files |
I fixed reading ITMS data. just to be safe, I used MSConvert to convert the three .raw files to .mzML, read in that .mzML along with the .raw, and compared the peak count, intensities, and m/z values. All looks good |
No description provided.