aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates
AgeCommit message (Collapse)Author
2024-02-15fix font awesome package pathAlexander_Kabui
2024-02-15Rework how the tissueInfo and platformInfo are fetched in template.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-02-15Add display of experiment type to dataset template.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-02-15replace cdn uikit with guix packageAlexander_Kabui
2024-02-14replace d3js libAlexander_Kabui
2024-02-14replace jquery-ui cdn with guix packagingAlexander_Kabui
2024-02-14replace cdn jquery.js with guix packageAlexander_Kabui
2024-02-14remove bootstrap js external linkAlexander_Kabui
2024-02-14replace bootstrap external linkAlexander_Kabui
2024-02-14replace datatable cdn links with guix packagesAlexander_Kabui
2024-02-14fetch xterm cdn from guixAlexander_Kabui
2024-02-14replace font awesome external linksAlexander_Kabui
2024-01-25fix on UI wordingAlexander_Kabui
2024-01-25fix issue loading gnqa prev queries on base fileAlexander_Kabui
2024-01-25Add modal for search historyAlexander_Kabui
2024-01-19Add list panel implementationAlexander_Kabui
2024-01-16fix typo errorAlexander_Kabui
2024-01-16add UI for reference rating gn-llm documentsAlexander_Kabui
2024-01-10Check whether the metadata.dataset group first exists.Munyoki Kilyungi
* gn2/wqflask/templates/genotype.html: Add metadata.dataset check in and clause. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-01-10Add a compare button that shows the current genotype page.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-01-10Add dataset metadata to genotype page when a dataset is specified.Munyoki Kilyungi
* gn2/wqflask/templates/genotype.html: Add extra dataset metadata. * gn2/wqflask/views.py (get_genotype): Extend genotype URL to enable specifying the dataset name. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-01-09Fix the way accession_id is set + update info link on correlation pagezsloan
2024-01-08Update default permutations for R/qtl to 0zsloan
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.