Skip to content

phyloref/open-tree-resolver

Repository files navigation

Open Tree Resolver

The Phyloreference Open Tree Resolver resolves phyloreferences encoded in an OWL 2 ontology in the JSON-LD format on the Open Tree of Life. It does this by downloading the part of the Open Tree of Life that includes all specifiers for every imported phyloreference.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

This will store compiled files into the docs/ folder, allowing it to be immediately published on Github Pages.

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.