PathwayCommons / cpath2

Biological pathway data integration and access platform (Pathway Commons)
http://www.pathwaycommons.org/pc2/
MIT License
6 stars 5 forks source link

Resolve xref db/id to URL (a web service; using MIRIAM) #287

Closed IgorRodchenkov closed 6 years ago

IgorRodchenkov commented 6 years ago

Let's add web services that resolve BioPAX/PC Xrefs to corresponding page URLs, such as e.g. GET:


- /miriam/uri/<db>
- /miriam/uri/<db>/<id> (gets the canonical Identifiers.org URI for the reference bio entity or term)
- /miriam/url/<db>/<id> (actual resource page url)
-...
IgorRodchenkov commented 6 years ago

More ToDo;