ontodev/cogs

Pass optional directory to helper methods

beckyjackson opened this issue · 1 comments

Since COGS may now be imported into other projects, I think it would be useful to be able to pass directories to methods like validate_cogs_project() and get_sheet_url(). Right now, these look for .cogs in the current working directory, but .cogs may be a level up or somewhere different entirely.

See potential issue with DROID - IHCC-cohorts/data-harmonization#132

This is probably resolved by #84