aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
AgeCommit message (Collapse)Author
2024-01-02Cleanup guix definitions in preparation for deployment.Frederick Muriuki Muriithi
2023-12-20Add `pyyaml` as a dependency.Frederick Muriuki Muriithi
Needed when reading/parsing the R/qtl2 control files.
2022-09-16Add redis and mariadb as propagated inputsFrederick Muriuki Muriithi
2022-09-16Deactivate testsFrederick Muriuki Muriithi
2022-09-16Add dependency: gunicornFrederick Muriuki Muriithi
* guix.scm: Add dependency (gunicorn)
2022-09-08Update dependenciesFrederick Muriuki Muriithi
* guix.scm: reorganise the dependencies * setup.cfg: change the `install_requires` values
2022-07-07Rework guix.scm to use latest commitFrederick Muriuki Muriithi
Rather than specifying a specific commit in the development guix.scm this commit has the system automatically get the latest commit and use that for building the package object.
2022-06-15Setup test fixtures and initial tests for web-UIFrederick Muriuki Muriithi
2022-05-11Remove unnecessary packages for the CLI versionFrederick Muriuki Muriithi
2022-05-11Update the guix definitions for the applicationFrederick Muriuki Muriithi
2022-05-09Update documentation and licenseFrederick Muriuki Muriithi
Add documentation on how to run the development version of the GeneNetwork Quality Control application. Update the license to the agpl3+ license used by genenetwork3
2022-05-05Add a guix definition to enable installationFrederick Muriuki Muriithi