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
When running pyprophet 0.18.3 with the --export.mayu option, I get the following error:
TypeError: 'ScoredTable' object has no attribute 'getitem'
This appears be due to the following code where indexing is being done on a ScoredTable object instead of the associated DataFrame (ScoredTable.df) in report.py
When running pyprophet 0.18.3 with the --export.mayu option, I get the following error:
TypeError: 'ScoredTable' object has no attribute 'getitem'
This appears be due to the following code where indexing is being done on a ScoredTable object instead of the associated DataFrame (ScoredTable.df) in report.py
https://github.com/uweschmitt/pyprophet/blob/master/pyprophet/report.py#L115
https://github.com/uweschmitt/pyprophet/blob/master/pyprophet/report.py#L126
pyprophet 0.18.3
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: