ontology-development-kit icon indicating copy to clipboard operation
ontology-development-kit copied to clipboard

odk hardcodes path only available in docker env:

Open cmungall opened this issue 5 years ago • 1 comments

https://github.com/INCATools/ontology-development-kit/blob/cac94046d633e88acaa515a256b311a6697ea3ce/odk/odk.py#L521

this should specify the relative path for maximum portability

If a different path is required in the docker container, then this should be passed in the docker conf

cmungall avatar Jul 02 '19 20:07 cmungall

What do you mean here that this should specify the relative path? Looking at the odk.py, say in print(mg.generate('{}/_dynamic_files.jinja2'.format(templatedir))) I think this would support a relative path already. Like, if templatedir is a relative path I think the templating still works, right?

dougli1sqrd avatar Oct 03 '19 22:10 dougli1sqrd