dieterich-lab / scimodom

Sci- ModoM: A quantitative database of transcriptome-wide high-throughput RNA modification sites
https://dieterich-lab.github.io/scimodom/
GNU Affero General Public License v3.0
0 stars 0 forks source link

Add more species #149

Open eboileau opened 3 months ago

eboileau commented 3 months ago

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 and how 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/
# 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}