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?