Age | Commit message (Collapse) | Author |
|
Also removed the error callback from the menu AJAX call since it seems to just duplicate the error message (which is also handled by the statusCode function)
|
|
genotype marker
|
|
an Effect Size plot
|
|
|
|
Now that there's a flag for whether a plot is an Effect Size plot, there's no need for this
|
|
Added a new parameter to the scatterplot page ('effect') that causes the figures to be drawn differently. For example:
- The plot width is different
- Spearman Rank plot isn't displayed/generated
- The number of X-axis ticks is explicitly set to 3, with no decimal places
|
|
|
|
|
|
This also includes a function for converting a list of traits/datasets to symbols, which was added to trait.py
|
|
+ remove separate search button
Change logic so that SQL is used for non-term Publish searches, since searches for phenotype trait IDs currently don't work in Xapian
|
|
This will be temporary in the longer run, but can stay until all functionality is reproduced.
|
|
To help with maintenance, build the search URI on the server rather
than in the javascript.
|
|
Build the template URI on the backend to remove the need to remember
to update the javascript if the URI changes in the future.
|
|
The NA-excluding sort functions were moved to
table_functions.js (and removed from search_results.js)
so they can be used by other pages (in this case the
show_trait page)
|
|
|
|
|
|
|
|
|
|
of opening a window with JS
|
|
We move all modules under a gn2 directory. This is important for
"correct" packaging and deployment as a Guix service.
|