about summary refs log tree commit diff
AgeCommit message (Collapse)Author
27 hoursSetup initial CLI configurations. fredm/use-cli-argsFrederick Muriuki Muriithi
We want to move away from using global values for our configuration. In this respect, we provide a way to provide configurations at application startup via CLI arguments.
30 hoursImprove config variables' names. HEAD mainFrederick Muriuki Muriithi
Provide better names for the configuration variables to more clearly indicate what the variable is concerned with.
30 hoursSync gn-docs from remote.Frederick Muriuki Muriithi
To ensure we have the latest changes, sync gn-docs before every edit.
2026-02-18Add notes for dependencies in manifest file.Frederick Muriuki Muriithi
2026-02-18Update invocation documentation.Frederick Muriuki Muriithi
2026-02-18Import from gn-machines rather than guix-bioinformatics.Frederick Muriuki Muriithi
2026-02-18Rename variable for clarity.Frederick Muriuki Muriithi
The 'CGIT_REPO_PATH' envvar and corresponding global `+cgit-repo-path+` configuration variable were both pointing to the bare repo that's upstream somewhere. Using the term "bare" rather than "cgit" is more descriptive of what the variable is concerned with, rather than the term "cgit" which is dependent on a specific forge/forge-type.
2026-02-18Remove extra massive join on extra (p, o).Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2026-01-23Add content negotiation when fetching RDF metadata.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2026-01-14Add RDF end-points for resolving RDF urls.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2026-01-06Delete dead comments.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2025-12-19Make sure to close DBPjotr Prins
2025-12-19Make sure to close DBPjotr Prins
2025-11-18UM-HET3 remove ole-man and add referrersPjotr Prins
2025-11-18READMEPjotr Prins
2025-11-03Re-add manifest prodPjotr Prins
2025-11-03Re-add manifestPjotr Prins
2025-11-03Update instructions for running webserverPjotr Prins
2025-11-03Use the guix shell one layer upPjotr Prins
2025-11-03Add note on guix-shellPjotr Prins
2025-10-04Reintroduce my shellPjotr Prins
2025-09-21Render subdir of home/agingPjotr Prins
2025-09-21Working on aging linksPjotr Prins
2025-08-22Bump webserve copyrightsPjotr Prins
2025-08-12Remove fibers as suggested by Arun's patch:Pjotr Prins
=> https://cgit.git.savannah.gnu.org/cgit/guix/mumi.git/commit/?id=897967a84d3f51da2b1cc8c3ee942fd14f4c669b After getting: In procedure accept: Too many open files with GET /dataset/bxd-publish/values/23486.json
2025-08-11APIPjotr Prins
2025-08-07Disable .gemma API endpointPjotr Prins
2025-08-04Note on BXD.json - which we should not usePjotr Prins
2025-08-02API: endpoint gets trait values for BXD in GEMMA formatPjotr Prins
2025-08-02Write gemma trait values (pheno file)Pjotr Prins
2025-08-02API: add .json extensionPjotr Prins
2025-08-02API: create values endpoint that returns a dict onlyPjotr Prins
2025-07-30Create endpoint for mappable BXD values as dataset/bxd-publish/mapping/valuesPjotr Prins
2025-07-30Create endpoint for dataset/bxd-publish/listPjotr Prins
2025-07-30Update on running web serverPjotr Prins
2025-07-27Update READMEPjotr Prins
2025-07-22Revert "Add missing import."Munyoki Kilyungi
This reverts commit 57118453a7ab776ec2259f4d59bd4a0c8213d9d0.
2025-07-22Revert "Test webhook."Munyoki Kilyungi
This reverts commit a2639cac7be578f160c14a4eeb77a23b859bb64a.
2025-07-22Add missing import.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2025-07-22Test webhook.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2025-07-22Revert "Test webhook."Munyoki Kilyungi
This reverts commit 9836105b0c662f8f6e0cf5eb30721d1f1f06976c.
2025-07-22Test webhook.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2025-07-22Revert "Test webhook."Munyoki Kilyungi
This reverts commit 654257a9f7ae12dcf2770fd92df971831b66cdb7.
2025-07-22Test webhook.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2025-07-16Aliases: make it work in the webserver. You can now try:Pjotr Prins
curl http://127.0.0.1:8091/gene/aliases/Shh ["9530036O11Rik","Dsh","Hhg1","Hx","Hxl3","M100081","ShhNC","sonic hedgehog","sonic hedgehog signaling molecule"]
2025-07-16aliases: we now have a list of deduplicatied aliasesPjotr Prins
2025-07-16Aliases - add examplePjotr Prins
2025-07-16Wikidata: query for gene aliasesPjotr Prins
2025-07-16README: Add path to guix-bioinformatics repoPjotr Prins
2025-07-13comments on precomputePjotr Prins