JonnyTran / OpenOmics

A bioinformatics API to interface with public multi-omics bio databases for wicked fast data integration.
https://openomics.readthedocs.io/en/latest/
MIT License
31 stars 13 forks source link

Request: making OMIM integration #189

Open jamesbraza opened 9 months ago

jamesbraza commented 9 months ago

Description

The docs have https://openomics.readthedocs.io/en/latest/api/openomics.database.disease.OMIM.html

  1. This empty class used to be in the source in 0.8.6: https://github.com/JonnyTran/OpenOmics/blob/v0.8.8/openomics-0.8.6/openomics/database/disease.py#L26-L27
  2. But not in 0.8.8: https://github.com/JonnyTran/OpenOmics/blob/v0.8.8/openomics/database/disease.py
  3. It was re-added for 0.8.9: https://github.com/JonnyTran/OpenOmics/blob/v0.8.9/openomics/database/disease.py#L27-L28
    • However, PyPI doesn't have 0.8.9.

Regardless, the class is empty, so we should fill out OMIM. Thank you!