-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Hello InstaNovo Team,
Today, I ran some files that I initially believed were DDA, and I noticed that InstaNovo did not process them as expected. I later learned that the files were actually DIA, which of course do not contain MS1 charge state information.
But there are other cases where DDA files may not include or record MS1 charge state information, and it seems that InstaNovo currently does not provide the user with a clear explanation when this occurs. In my testing, I tried both .mgf and .mzML conversions of Thermo .raw files and observed different responses from the software.
More specifically:
-
For .mgf files, InstaNovo issues a warning and filters out all spectra, assuming their charge is >10, which is not the case.
-
For .mzML files, the software raises a Python error, treating the precursor_charge value as non-numeric.
I have attached the relevant response files as mgf.txt and mzml.txt, respectively, for reference. Of course other formats might have different response, but I haven't tested.
It would be helpful if the CLI could provide a clearer and more informative feedback when MS1 charge state information is missing, such as in low-resolution DDA or DIA files.
Thank you in advance.
Vasileios