wellcometrust / grants_tagger

Tag grants with MeSH and other tags
MIT License
12 stars 4 forks source link

Run dvc repro in main without bertmesh #206

Closed nsorros closed 2 years ago

nsorros commented 2 years ago

Description

dvc repro was broken in main and this fixes it. Note that dvc repro dvc.yaml still fails because of generate_validation_data_xlinear.py which requires datascience installed. I wonder whether that should be off the dvc pipeline.

Checklist

Release checklist

To release:

aCampello commented 2 years ago

Testing it now, doing a dvc pull and dvc status. It should fail on generate_validation_data_xlinear.py because one of the interim files changed since then

aCampello commented 2 years ago

100% agree with separating get_grants in a different dvc file at least.. In the mean time, dvc pull and dvc status looks fine.

aCampello commented 2 years ago

Issue for breaking down pipeline https://github.com/wellcometrust/grants_tagger/issues/207