berkeleybop / golr-schema

Utility to generate a schema.xml from a yaml config file.
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Minor enhancements #1

Open cmungall opened 8 years ago

cmungall commented 8 years ago
kltm commented 8 years ago

There is documentation around, but it needs to be consolidated.

I think the long-term plan here is to have GOlr as its own sub-project, independent of AmiGO and Monarch. The widgets evolve away from AmiGO towards this new project. This roughly starts like the amigo/golr directory in the amigo repo right now.

jnguyenx commented 8 years ago

should we have a simple command line runner (the mvn is a bit awkward and fiddly to stick into e.g. a jenkins job)

Is that sufficient?

java -jar target/golr-schema-1.0-SNAPSHOT-jar-with-dependencies.jar -c src/test/resources/ont-config.yaml -o /tmp/schema.xml

Or you had in mind a generated script which would wrap that?