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