Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |