openMetadataInitiative / openMINDS_core

The openMINDS core metadata model includes schemas that can be used to describe the general origin, location and content of research products.
MIT License
20 stars 19 forks source link

Handling of python code in this repository #53

Closed skoehnen closed 4 years ago

skoehnen commented 4 years ago

How should we handle the mixing of python code and schemas in this repository. The easiest solution would be to start a new repository and move all the python code there (which currently is only one file, but will probably be more in the future).

jcolomb commented 4 years ago

I think the cleanest way might be to create one parent repository where the python repo and the schema repos are both submodules. This would allow the possibility to add other submodules (R scripts doing the same, for instance) and keep the discussion in the sub-modules repositories. But I have no practical experience with this, there might well be something I do not think of.

lzehl commented 4 years ago

Done :) code is going to be in HumanBrainProject/compile_openMINDS which will have a submodule to openMINDS Note: the name might change