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
{{ message }}
This repository was archived by the owner on Apr 9, 2026. It is now read-only.
What is the type of your request?
On the C++ side we introduced a class PeptideIdentificationList to encapsulate the vector
In pyOpenMS we previously used pep_ids = [], and then something like IdXMLFile(..., pep_ids) to load the data.
With the new class such code needs to be updated to pep_ids = PeptideIdentificationList()
Include a description of your report
Provide a screenshot, the text or URL of the corresponding documentation page or section
State the documentation version the report is about
Do you have any suggestions for how we can improve the documentation?