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
I'm running pyprophet 0.18.3 on results generated from OpenSwathWorkflow from OpenMS and I'm getting an exception (this exception did not occur with pyprophet 0.13.3):
File "/usr/local/lib/python2.7/site-packages/pyprophet-0.18.3-py2.7-linux-x86_64.egg/pyprophet/data_handling.py", line 162, in check_header
raise Exception("columns %s are missing in input file" % ", ".join(missing))
Exception: columns m_score are missing in input file
one of the elements in mayu_cols is 'm_score'; however, the m_score appears to be something that's calculated by pyprophet and not present in the openswath results.
OpenSwathWorkflow -- Complete workflow to run OpenSWATH
Version: 2.0.0 Sep 9 2015, 13:29:57, Revision: 66a7739
CENTOS 7 64-bit
python 2.7.9
The text was updated successfully, but these errors were encountered:
I'm running pyprophet 0.18.3 on results generated from OpenSwathWorkflow from OpenMS and I'm getting an exception (this exception did not occur with pyprophet 0.13.3):
File "/usr/local/lib/python2.7/site-packages/pyprophet-0.18.3-py2.7-linux-x86_64.egg/pyprophet/data_handling.py", line 162, in check_header
raise Exception("columns %s are missing in input file" % ", ".join(missing))
Exception: columns m_score are missing in input file
This looks like it's an issue with this bit of code:
https://github.com/uweschmitt/pyprophet/blob/master/pyprophet/main.py#L121
one of the elements in mayu_cols is 'm_score'; however, the m_score appears to be something that's calculated by pyprophet and not present in the openswath results.
OpenSwathWorkflow -- Complete workflow to run OpenSWATH
Version: 2.0.0 Sep 9 2015, 13:29:57, Revision: 66a7739
CENTOS 7 64-bit
python 2.7.9
The text was updated successfully, but these errors were encountered: