nathandunn / galaxy-monarch-integration

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

consider wrapping the raw solr URL calls #5

Open cmungall opened 8 years ago

cmungall commented 8 years ago

E.g. https://github.com/cmungall/pygolr/blob/master/golr-fetcher.py

or @kltm's node.js clients

or, combining #2 and #5, we could have a simple XML generator that uses golr-fetcher, a yaml config, and enumerates all meaningful subject-object categories

nathandunn commented 8 years ago

@kltm where are your node.js clients?

nathandunn commented 8 years ago

https://github.com/geneontology/amigo/blob/master/scripts/amigo-data-demo.js

http://kltm.github.io/bbop-js/docs/files/core-js.html

https://github.com/berkeleybop/bbop-js

http://kltm.github.io/bbop-js/docs/files/golr/manager-js.html

Use GOLR response class when passed back in. (look in AmiGO and Monarch-land for this).

Can link together with "OR" . . but need to POST.

https://github.com/geneontology/amigo/issues/358