Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-16 | add UI for reference rating gn-llm documents | Alexander_Kabui | |
2024-01-10 | Check 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-10 | Add a compare button that shows the current genotype page. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-01-10 | Add 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-09 | Fix the way accession_id is set + update info link on correlation page | zsloan | |
2024-01-08 | Update default permutations for R/qtl to 0 | zsloan | |
2024-01-08 | Update DB info link on search result page and trait page | zsloan | |
2024-01-08 | Fix issue where mapmodel_rqtl and mapmethod_rqtl were still named ↵ | zsloan | |
mapmodel_rqtl_geno and mapmethod_rqtl_geno respectively | |||
2024-01-08 | Add a compare button that shows the current probeset page. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-01-08 | Include Entrez summary for a geneID on the ProbeSet page. | Munyoki Kilyungi | |
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-01-08 | Add 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-08 | add GNQA description | Alexander_Kabui | |
2024-01-08 | code refactoring for gn llm ui | Alexander_Kabui | |
2024-01-06 | Add 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-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. |