Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up
Pro
Pinned
839 contributions in the last year
Contribution activity
December 2019
- add controls to selected genes table
- selected genes table
- field component, tooltip aria-label, add tooltips, basic selected genes display
- add scrollbar to gene results and refactor button and link components
- Search keyboard
- Highlight search
- add tooltip component
- refactor async cancel
- implement mapDispatchToProps
- Cancel async
- add multi search controls
- update packages
- multi gene search and query action refactor
- start adding gene results
- css tweaks, abstract out query reducer
Created an issue in greenelab/py3-adage-backend that received 1 comment
"aliases" and "weight" fields in Gene model
In genes/models.py, we have the following lines:
# "aliases" stores a space-separated list of aliases. aliases = models.TextField() ... # Weight u…
1
comment