Age | Commit message (Expand) | Author |
---|---|---|
2024-07-03 | Add 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-27 | Automatically 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-27 | Add separate button for Xapian search...This will be temporary in the longer run, but can stay until all functionality is reproduced. | zsloan |
2024-06-05 | Build 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-05 | Build 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-31 | Enable 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-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-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 o... | zsloan |
2023-12-29 | Namespace 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 |