Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-18 | Show the Location for the Description when selecting a cofactor that is a ↵ | zsloan | |
genotype marker | |||
2024-09-18 | Make all code related to Spearman Rank scatterplot conditional on not being ↵ | zsloan | |
an Effect Size plot | |||
2024-09-18 | Increase scatterplot tick length | zsloan | |
2024-09-17 | Don't set number/format of ticks for Y-Axis | zsloan | |
Now that there's a flag for whether a plot is an Effect Size plot, there's no need for this | |||
2024-09-17 | Handle Effect Size plots on the scatterplot page | zsloan | |
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 | |||
2024-09-17 | Refactor: remove hardcoded links and fix bug for path. | Alexander_Kabui | |
2024-09-11 | Remove JS d3panels package - we are moving that to guix-bioinformatics | Pjotr Prins | |
2024-07-03 | Add link to GeneCup to tool buttons | zsloan | |
This also includes a function for converting a list of traits/datasets to symbols, which was added to trait.py | |||
2024-06-27 | Automatically decide whether to use Xapian or SQL (uses Xapian if possible) ↵ | zsloan | |
+ 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 | |||
2024-06-27 | Add separate button for Xapian search | zsloan | |
This will be temporary in the longer run, but can stay until all functionality is reproduced. | |||
2024-06-25 | Make UI items more flexible. | Frederick Muriuki Muriithi | |
2024-06-10 | Simplify 'View-Resource page' UI | Frederick Muriuki Muriithi | |
Get rid of the resource role details and provide button-like elements to help navigate to view more details. | |||
2024-06-05 | Build search URI endpoint on server rather than on JS | Frederick Muriuki Muriithi | |
To help with maintenance, build the search URI on the server rather than in the javascript. | |||
2024-06-05 | Build phenotype results template URI on backend | Frederick Muriuki Muriithi | |
Build the template URI on the backend to remove the need to remember to update the javascript if the URI changes in the future. | |||
2024-05-31 | Enable NA sorting for case attributes | zsloan | |
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) | |||
2024-03-27 | Delete llm.css and it's references. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> | |||
2024-03-27 | Format files. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> | |||
2024-03-13 | Add options to select by index/attr (instead of just block) | zsloan | |
2024-02-29 | Fix URI to query | Frederick Muriuki Muriithi | |
2024-02-15 | add emfed js file to static files | Alexander_Kabui | |
2024-02-15 | add emfed style file locally | Alexander_Kabui | |
2024-01-19 | Add list panel implementation | Alexander_Kabui | |
2024-01-18 | fix for qnqa ui letter spacing | Alexander_Kabui | |
2024-01-08 | add css file for gn-llm-ui | Alexander_Kabui | |
2024-01-02 | Make Group Info button point to info.genenetwork.org | zsloan | |
2024-01-02 | Change the way the info button works so that it just submits a form instead ↵ | zsloan | |
of opening a window with JS | |||
2024-01-02 | merge changes | Alexander_Kabui | |
2023-12-29 | Namespace all modules under gn2. | Arun Isaac | |
We move all modules under a gn2 directory. This is important for "correct" packaging and deployment as a Guix service. |