Open cmungall opened 3 years ago
Touching should not be necessary.
As you can see, $(COMPONENTSDIR)/ucsc.owl
is a dependency of the chr-full.owl, so the goal should be retriggered whenever ucsc.owl changes.
We could simply trigger the odk release from the top level Makefile as well?
odk:
cd src/ontology && make prepare_release
it's a bit clunky
the top level Makefile has targets to do ETL
the Makefile in src/ontology is a standard odk one. chr-edit.owl is not generally edited, it is mostly an importer
note: if ucsc.owl changes, chr.owl does NOT get triggered automatically. I touch chr-edit.owl to trigger this.