aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates
AgeCommit message (Collapse)Author
2024-01-08Update DB info link on search result page and trait pagezsloan
2024-01-08Fix issue where mapmodel_rqtl and mapmethod_rqtl were still named ↵zsloan
mapmodel_rqtl_geno and mapmethod_rqtl_geno respectively
2024-01-08Add a compare button that shows the current probeset page.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-01-08Include Entrez summary for a geneID on the ProbeSet page.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-01-08Add dataset metadata to probeset page when a dataset is specified.Munyoki Kilyungi
* gn2/wqflask/templates/probeset.html: Add extra dataset metadata elements for groups, species, tissue name and dataset link. * gn2/wqflask/views.py (get_probeset): Extend probeset URL to enable specifying the dataset name. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-01-08add GNQA descriptionAlexander_Kabui
2024-01-08code refactoring for gn llm uiAlexander_Kabui
2024-01-06Add probeset RDF page.Munyoki Kilyungi
* gn2/wqflask/templates/probeset.html: New probeset HTML file. * gn2/wqflask/views.py (get_probeset): New function. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-01-02Change the way the info button works so that it just submits a form instead ↵zsloan
of opening a window with JS
2024-01-02merge changesAlexander_Kabui
2023-12-29Namespace 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.