Age | Commit message (Expand) | Author |
---|---|---|
2024-02-14 | remove bootstrap js external link | Alexander_Kabui |
2024-02-14 | replace bootstrap external link | Alexander_Kabui |
2024-02-14 | replace datatable cdn links with guix packages | Alexander_Kabui |
2024-02-14 | fetch xterm cdn from guix | Alexander_Kabui |
2024-02-14 | replace font awesome external links | Alexander_Kabui |
2024-01-30 | Fix path in mechanical-rob tests | Frederick Muriuki Muriithi |
2024-01-30 | Use XPath to specify form, and refine test...Use XPath to pick the form by its ID rather than its numerical position which can change with the addition of (a) form(s) before the one we wish to test. | Frederick Muriuki Muriithi |
2024-01-30 | Error reporting: Pass external error forward to GN2's error handling | Frederick Muriuki Muriithi |
2024-01-30 | Create framework for error handling and handle connection errors | Frederick Muriuki Muriithi |
2024-01-25 | fix on UI wording | Alexander_Kabui |
2024-01-25 | fix issue loading gnqa prev queries on base file | Alexander_Kabui |
2024-01-25 | add view point for gnqa search history | Alexander_Kabui |
2024-01-25 | Add modal for search history | Alexander_Kabui |
2024-01-19 | Add list panel implementation | Alexander_Kabui |
2024-01-18 | fix for qnqa ui letter spacing | Alexander_Kabui |
2024-01-16 | fix typo error | Alexander_Kabui |
2024-01-16 | Merge pull request #828 from genenetwork/feature/reference-rating-ui...add UI for reference rating gn-llm documents | Alexander Kabui |
2024-01-16 | add UI for reference rating gn-llm documents | Alexander_Kabui |
2024-01-12 | Correctly patch the db connection when fetching accession_id....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Co-authored-by: Alexander Kabui <alexanderkabua@gmail.com> | Munyoki Kilyungi |
2024-01-12 | Switch NCBI link from http to https in failing test and RDF query....* gn2/tests/wqflask/show_trait/test_show_trait.py (test_get_ncbi_summary_request): Replace "http://eutils.ncbi.nlm.nih.gov" with "https://eutils.ncbi.nlm.nih.gov" * gn2/wqflask/views.py (get_probeset): Ditto. Co-authored-by: Alexander Kabui <Alexanderkabua@gmail.com> Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-01-12 | doc/testing.org: Fix minor typo....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-01-10 | Check whether the metadata.dataset group first exists....* gn2/wqflask/templates/genotype.html: Add metadata.dataset check in and clause. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-01-10 | Add a compare button that shows the current genotype page....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-01-10 | Add dataset metadata to genotype page when a dataset is specified....* 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> | Munyoki Kilyungi |
2024-01-09 | Fix the way accession_id is set + update info link on correlation page | zsloan |
2024-01-09 | Update script's module path. | Frederick Muriuki Muriithi |
2024-01-09 | Update module paths...With the reorganisation, a number of module paths changed, and need to be updated. This commit fixes a few obvious ones. | Frederick Muriuki Muriithi |
2024-01-08 | Update default permutations for R/qtl to 0 | zsloan |
2024-01-08 | Update ncbi summary link to https, since before it was spending extra time tr... | 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 mapmodel_rq... | zsloan |
2024-01-08 | Add a compare button that shows the current probeset page....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-01-08 | Include Entrez summary for a geneID on the ProbeSet page....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-01-08 | Add dataset metadata to probeset page when a dataset is specified....* 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> | Munyoki Kilyungi |
2024-01-08 | add GNQA description | Alexander_Kabui |
2024-01-08 | code refactoring for gn llm ui | Alexander_Kabui |
2024-01-08 | add css file for gn-llm-ui | Alexander_Kabui |
2024-01-08 | revert to use GN3_LOCAL_URL for gn3 api endpoint | Alexander_Kabui |
2024-01-08 | fix url error | Alexander_Kabui |
2024-01-08 | fix url error | Alexander_Kabui |
2024-01-08 | merge testing | Alexander_Kabui |
2024-01-08 | revert commit gn server url | Alexander_Kabui |
2024-01-06 | Add probeset RDF page....* 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> | Munyoki Kilyungi |
2024-01-05 | fix error | Alexander_Kabui |
2024-01-05 | fetch gn_server_url from current config | Alexander_Kabui |
2024-01-02 | Fix path to error GIFs....genenetwork2 is now run from the top-level directory of the repo. So, we prepend gn2 to the error GIF path. * gn2/wqflask/views.py (handle_generic_exceptions): Prepend gn2 to error GIF path. | Arun Isaac |
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 |
2024-01-02 | Install static directory recursively. | Arun Isaac |
2024-01-02 | Fix base directory name in manifest....Earlier, we renamed the base directory from wqflask to gn2. Do likewise in the manifest. | Arun Isaac |