Skip to content
Nico Matentzoglu edited this page May 1, 2020 · 2 revisions

How to add a new ontology to OLS (dev-version)

  1. Edit config files on GitHub
  1. Update config files on server

Note: The instructions to update prod are more or less the same: change the path from dev to prod.

  • ssh noah-login
  • become spotspot
  • cd /nfs/spot/sw/dev/ols/config/
  • Make backup copy of the ols-config on the server (/nfs/spot/sw/prod/ols/config/ols-ontologies.yaml.20200330)
  • Add ontology config metadata to /nfs/spot/sw/dev/ols/config/ols-ontologies.yaml
  • Go to GRMOMIT (Bamboo): http://gromit.ebi.ac.uk:10001/
  • Scroll down to OLS. Click the "play" button on Reload OLS config (dev). This will reload the updated config and upon completion trigger the indexer.
  1. If you want to force a specific index: Run -> Run custom Build vars: index_args -f efo # this is a list of ontologies, so can be multiple
Clone this wiki locally