Closed mycrobe closed 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.
ensemblGenomes_gene
data.gramene.org/search
gramene-search-client
We will need to use gramene-trees-client to build a lookup table from species name to taxon_id
gramene-trees-client
We will incorporate gramene-trees-client in #4
Make an express server that accepts requests from anywhere (CORS header) to an endpoint
ensemblGenomes_gene
. It should simply pass all query parameters todata.gramene.org/search
, using thegramene-search-client
module, and stream the response back.