Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more species #149

Open
eboileau opened this issue Aug 20, 2024 · 0 comments
Open

Add more species #149

eboileau opened this issue Aug 20, 2024 · 0 comments
Assignees
Labels
status:long-running Continuous improvement type:enhancement New feature or request

Comments

@eboileau
Copy link
Collaborator

Aims/objectives.

Adding more species is likely to be more complicated than expected, and in general we also need to consider the availability of extended annotations, e.g. see #146, #140, #148, ... and how, if at all, we integrate RNA types, cf. #97, #119.

A clear and concise description of todo items.

caenorhabditis_elegans/
danio_rerio/
homo_sapiens/
mus_musculus/
saccharomyces_cerevisiae/
  • As for biotypes, we need to check in details how definitions vary between organisms, e.g. using GET info/biotypes/..., and how this differ from this or from our definitions in BIOTYPES (specifications.py). Besides, we have that:
# note that now <rna_type> can be anything...
@api.route("/biotypes/<rna_type>", methods=["GET"])
@cross_origin(supports_credentials=True)
def get_biotypes(rna_type):
    # TODO: do biotypes also depend on RNA type/annotation?
    return {"biotypes": MAPPED_BIOTYPES}
@eboileau eboileau added type:enhancement New feature or request status:long-running Continuous improvement labels Aug 20, 2024
@eboileau eboileau self-assigned this Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:long-running Continuous improvement type:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant