TranslatorSRI / Babel

Babel creates cliques of equivalent identifiers across many biomedical vocabularies.
MIT License
8 stars 2 forks source link

Load DrugChemical synonyms file into DuckDB #290

Open gaurav opened 3 weeks ago

gaurav commented 3 weeks ago

This PR adds the ability to load the DrugChemical synonyms file into DuckDB using our in-development RDBMS schema (#281). This is handy for looking at the distribution of label sizes, looking for duplicate labels, and other database-like operations.

Should be merged after PR #279.