Skip to content

Add more score output types #9

@KevinEloff

Description

@KevinEloff

Currently the scoring only allows type float per score name:

Score = Dict[str, float]
ScoreList = List[Score]

It may be worth extending to different input types such as a list of floats per score name. For example, this would allow the app to return a distribution of probabilities over he entire protein sequence. Another possibility is returning scores as a string, to allow for the app to return a list of predicted proteins, etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions