greenelab / django-genes

A Django package to represent genes
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

bitbucket: Abstract gene search functionality in Adage server front-end to its own npm installable package, which we can then use across webservers. #10

Open rzelayafavila opened 6 years ago

rzelayafavila commented 6 years ago

Copied from bitbucket issue #12: (priority: major) https://bitbucket.org/greenelab/django-genes/issues/12/abstract-gene-search-functionality-in

The adage webserver has the most up-to-date gene search code (available here: https://github.com/greenelab/adage-server/tree/master/interface/src/app/gene).

@mhuyck commented: """ Let me know if you need support for getting this done. I'm learning a lot about making components work properly through my current work on the volcano plot.

The search capability extends through all layers of the stack, so depending upon exactly what you need this might end up being somewhat tricky to refactor. """