Age | Commit message (Expand) | Author |
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 | Change the way the info button works so that it just submits a form instead o... | zsloan |
2024-01-02 | Consistently use GN_VERSION from app config....GN_VERSION is set in the configuration file and read into the app
config dictionary. Use that instead of re-reading from the etc/VERSION
file.
* gn2/utility/tools.py (gn_version): Delete function.
(GN_VERSION): Delete variable.
* gn2/wqflask/metadata_edits.py (display_phenotype_metadata,
display_probeset_metadata, show_history): Use GN_VERSION in app
config.
* gn2/wqflask/views.py: Do not import GN_VERSION from
gn2.utility.tools.
(handle_generic_exceptions, index_page.__render__, submit_trait_form):
Use GN_VERSION in app config.
| Arun Isaac |
2023-12-29 | Namespace all modules under gn2....We move all modules under a gn2 directory. This is important for
"correct" packaging and deployment as a Guix service.
| Arun Isaac |