Until we have a better build chain for the schemas you are including them under the ga4gh directory. Instead, you could add them as a submodule making it easier to maintain during version changes.
git submodule add schemas-git-repo will place a schemas directory in your git source tree that you can cd into and pull for updates.
Until we have a better build chain for the schemas you are including them under the
ga4gh
directory. Instead, you could add them as a submodule making it easier to maintain during version changes.git submodule add schemas-git-repo
will place a schemas directory in your git source tree that you cancd
into and pull for updates.