This is the pax-db.org orthology API front-end (node.js express).
docker build -t paxdb/orthology-api:latest .
docker service create --limit-memory 1g --limit-cpu 1.0 --detach \
--with-registry-auth --env NEO4J_URL=http://localhost:13006 \
--env NEO4J_PASS=ssssecret --name paxdb-orthology-api \
-p 13007:3000 paxdb/orthology-api:latest
All versions are <major>.<minor>.<patch>
, where major and minor follow
pax-db.org versions.
Update & publish npm library paxdb-ortholog-lib
which defines the species, orthologs and ontology relations in the new version.
Modify its version in package.json (delete package-lock.json if needed) .
MIT. See "LICENSE.txt".