monarch-initiative/golr-schema

Name: golr-schema

Owner: Monarch Initiative

Description: Utility to generate a schema.xml from a yaml config file.

Forked from: berkeleybop/golr-schema

Created: 2018-01-29 07:34:30.0

Updated: 2018-01-29 07:34:32.0

Pushed: 2018-02-03 19:02:52.0

Homepage: null

Size: 32

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Build Status

golr-schema

Utility to generate a schema.xml from a yaml config file.

Usage

Directly with Maven:

exec:java -Dexec.mainClass="org.bbop.cli.Main" -Dexec.args="-c src/test/resources/oban-config.yaml -o /tmp/schema.xml"

Packaged jar:

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

Define multiple configs and directories (all the files from the directory will be included):

exec:java -Dexec.mainClass="org.bbop.cli.Main" -Dexec.args="-c src/test/resources/oban-config.yaml /tmp/foo.yaml /tmp/bar/ -o /tmp/schema.xml"

Note that if no output file is specified, the schema.xml will be printed out on the stdout.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.