pantherdb / pango

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Produce taxon lookup file for loading to ES #10

Closed dustine32 closed 1 year ago

dustine32 commented 1 year ago

To provide label and abbreviation for each taxon ID in the annotations JSON file. Abbreviation will be first initial of Genus and first two letters of species (assuming Genus species format).

Example taxon entry:

    {
        "taxon_id": "559292",
        "taxon_label": "Saccharomyces cerevisiae",
        "taxon_abbr": "Sce",
    }
dustine32 commented 1 year ago

Closing as done