GenomicMedLab / dgipy

Python client for fast access to the Drug-Gene Interaction Database (DGIDb)
MIT License
0 stars 0 forks source link

feat!: restructure query definitions #49

Closed jsstevenson closed 3 months ago

jsstevenson commented 3 months ago

Moves queries into a query module. Define them in files so that IDE static analysis can be performed on them, makes editing a little easier. Provides a basic lazy loader class for accessing them, so they only have to be loaded once when needed rather than repeatedly or at module initialization.