You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is something wrong when I want to read an .mzml file:
'loading run...
Traceback (most recent call last):
File "spectrum_viewer.py", line 32, in
for x,y in run['TIC'].peaks():
File "D:\python\lib\site-packages\pymzml\run.py", line 185, in getitem
spectrum = self.info["file_object"][identifier]
File "D:\python\lib\site-packages\pymzml\file_interface.py", line 100, in getitem
return self.file_handler[identifier]
File "D:\python\lib\site-packages\pymzml\file_classes\standardMzml.py", line 99, in getitem
raise StopIteration
StopIteration'
Can you tell me what should I do?
Any ideas for
are welcome.
Feel free to open a pull request.
The text was updated successfully, but these errors were encountered: