Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add a property to the new get_start_end method in position.py that allows to control strictness #796

@andreasprlic

Description

@andreasprlic

Is your feature request related to a problem? Please describe.
The new get_start_end method by default we returns the outer confidence positions. However, if that position
does not have a base, it returns the inner confidence position.

Describe the solution you'd like
The ask is to add a new optional parameter that allows to define the strictness of the returned positions.
The current behavior is more alike to an "auto" mode, since we might fall back to the inner confidence positions
if the outer confidence positions do not have a base. A potential "strict" mode would only return the outer confidence positions, and raise an error if the outer confidence positions do not have a base.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions