repotrial / nedrexdb

A repository containing the code for building and hosting NeDRexDB
GNU General Public License v3.0
1 stars 3 forks source link

Downloader exclusion approach may be too coarse #12

Open james-skelton opened 2 years ago

james-skelton commented 2 years ago

https://github.com/repotrial/nedrexdb/blob/115573cfda9e373b6ac058a919f2cc80f8861629/nedrexdb/downloaders/__init__.py#L50

At present, there's an exclusion for downloaders at the database level rather than file level. For example, at present, we state that the default downloader shouldn't be used for BioGRID and DrugBank. However, within a single data source, there may be some files that we don't need the custom downloader for and other that we don't.