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
However, ideally, this should also be validated by PSM. The current implementation is a bit ambiguous. The default is dict(), but the type hint Optional allows None:
We can change the type hints to remove optional, which might break things downstream that assumed None is an allowed value... What do you think, @paretje?
At the moment, psm_utils' PepXMLReader reader passes by default:
rescoring_features = None
This gives the following error in MS2Rescore:
None values should thus handle None values as empty lists for correct processing.
The text was updated successfully, but these errors were encountered: