Skip to content

update link to KGX documentation #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ KG-Hub also maintains:
- should make use of ontologies from the [OBO Foundry](http://www.obofoundry.org/), where possible.
- should be responsible for the veracity of the datasets that they ingest and are responsible for keeping track of evidence and provenance for assertions in their KG.
- should provide their KG for download and must follow [semantic versioning guidelines](https://semver.org/).
- should provide their KG in the [KGX interchange format](https://github.com/NCATS-Tangerine/kgx/blob/master/data-preparation.md) in addition to their format of choice.
- should provide their KG in the [KGX interchange format](https://github.com/biolink/kgx/blob/master/docs/data-preparation.md) in addition to their format of choice.
- must have a License, Contributing guidelines, Code of Conduct, and be open to the community for contributions as well as consumption.

Optionally, each instance of KG-Hub can also provide a Docker image such that their code can be run easily as a container.
Expand Down