pymsfilereader
pymsfilereader copied to clipboard
Thermo MSFileReader Python bindings
Hi, Thanks for the code you offer, i took it and added it to my project. For some reason, now my script crashes every now and then. I located the...
After following the instructions in the README & running the ```MSFileReader/MSFileReader_3.1SP4_x64.exe``` installer, trying to ```rawfile = MSFileReader.ThermoRawfile("myfile.raw")``` results in an "Invalid class string" error resulting from [CreateObject line](https://github.com/frallain/MSFileReader-Python-bindings/blob/7ce5bdefcfb6625fcdd20f53554f0f1757efd28f/MSFileReader.py#L205) in MSFileReader.py....
Thanks for offering this. The spectra I obtain after applying the GetSummedMassSpectrum function don't show the isotopic distribution, which I can see using Xcalibur. I have set the centroidResult as...
I just extract the exact mass data through the Thermo Xcalibur Qual Brower. At the same time, i could get the exact mass data through pymsfilereader,which is the same as...
I am trying to use MSFileReader when I encountered this error. Additional info: MSFileReader was working normally on my computer. But when I tried running the same code on an...
Hello, Thanks for the code you offer! But I found some problems during the use. Compared with the peaks in the mzXML file obtained through MSConvert, the number of peaks...