-
Notifications
You must be signed in to change notification settings - Fork 55
Description
Hi, I recently encountered an error when trying to process some TMT SPS-MS3 datasets with OpenMS (see: OpenMS/OpenMS#6856), and I believe it is related to the fact that ThermoRawFileParser outputs a constant -0.5 value for both the upper and lower isolation width offsets. Changing the sign of the values is sufficient to allow processing to continue (though I'm not yet convinced this is a good idea..).
I saw that you've indicated in a comment that these values are not available in the raw file, but was wondering if that is still the case. msconvert seems to output values but I am not familiar enough with the raw->mzML conversion process to know if that ThermoRawFileParser can access the same underlying data.
Edit: seem like msconvert may also not deal with these cases very well: ProteoWizard/pwiz#2062
Thank you for your continued work on this project!