JonnyTran/OpenOmics

Request: making OMIM integration

Opened this issue · 0 comments

  • openOmics version: 0.8.8
  • Python version: 3.11
  • Operating System: macOS

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!