BlueBrain / nat

Python module to use the annotations created with NeuroCurator, for example in a Jupyter notebook.
https://pypi.python.org/pypi/nat/
Other
8 stars 4 forks source link

[External REST services] matrix.neuinfo.org isn't the production endpoint #11

Open pafonta opened 6 years ago

pafonta commented 6 years ago

NAT version:

0.4.0

Unexpected behaviour:

http://matrix.neuinfo.org:9000/scigraph/ [1] isn't the production endpoint. This can lead to service outage when the maintainers change something on their infrastructure. It happened on 03/01/18.

The production endpoint si https://scicrunch.org/api/1/scigraph/ [2].

The old endpoint [1] should be replaced by the new one [2]. An API key will be needed. It can be generated with an account at https://neuinfo.org. From the maintainers: the versions of the ontology that are loaded are not the same, [2] version is older but it should be fixed soon.

pafonta commented 6 years ago

the versions of the ontology that are loaded are not the same

Fixed.