Skip to content

[ENH] Improve get_chromosomes_from_ensebml code and logic #5

@fraimondo

Description

@fraimondo

In get_chromosomes_from_ensebml

def get_chromosomes_from_ensembl(rsids):

Problem:
We currently do one request per RSID and parse the json in a not-so-good way.

We can improve this method by:

1- Using a combined request to ensembl.org REST API.
2- Checking the json response properly.

Todo:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions