Skip to content

Update doc to use new PeptideIdentificationList #474

@timosachsenberg

Description

@timosachsenberg

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions