warelab / gramene-ebeye

REST endpoint to furnish the Gramene ensembl site with search results
MIT License
0 stars 0 forks source link

We need a dumb express server to proxy requests to gramene web service. #3

Closed mycrobe closed 8 years ago

mycrobe commented 8 years ago

Make an express server that accepts requests from anywhere (CORS header) to an endpoint ensemblGenomes_gene. It should simply pass all query parameters to data.gramene.org/search, using the gramene-search-client module, and stream the response back.

mycrobe commented 8 years ago

We will need to use gramene-trees-client to build a lookup table from species name to taxon_id

mycrobe commented 8 years ago

We will incorporate gramene-trees-client in #4