about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2025-12-19genenetwork3: upgrade to commit c16eedf.Frederick Muriuki Muriithi
2025-12-19gn-auth: Upgrade to commit 1f2c00e.Frederick Muriuki Muriithi
2025-12-19gn-libs: Upgrade to commit edfbd94.Frederick Muriuki Muriithi
2025-12-13genenetwork2: upgrade to commit bde8bde.Frederick Muriuki Muriithi
2025-12-13Use package inputs: fix bugs in ee4ac37.Frederick Muriuki Muriithi
I copied and pasted the package replacement, but forgot to update the package names in the pasted lines.
2025-12-13genenetwork2: Use local (to gn-machines) genenetwork3 as dependency.Frederick Muriuki Muriithi
2025-12-13Update genenetwork3 to commit 810dbf2.Frederick Muriuki Muriithi
2025-12-13Use local (to gn-machines) `gn-libs` definition.Frederick Muriuki Muriithi
2025-12-13Add `gn-libs` definition.Frederick Muriuki Muriithi
2025-12-03Expose genotype files directory to uploaderFrederick Muriuki Muriithi
Expose the genotype files directory to the uploader, initially in read-only mode.
2025-12-03gn-uploader: Specify TMPDIR for gn-uploader.Frederick Muriuki Muriithi
2025-12-03genenetwork2: Update to commit 255a403.Frederick Muriuki Muriithi
2025-12-03gn-auth: Update to commit 5823b0a.Frederick Muriuki Muriithi
2025-12-03gn-uploader: Update to commit 9514647.Frederick Muriuki Muriithi
2025-12-03Update to last-known working commit of guix-bioinformaticsFrederick Muriuki Muriithi
Bring the declared guix-bioinformatics commit to the same commit as the channels for the last deployment to production to make moving forward easier.
2025-12-01Use genenetwork package variants from this channel.Arun Isaac
2025-12-01Remove unused gn-libs import.Arun Isaac
2025-12-01Make repository a guix channel.Arun Isaac
2025-11-14Manually create laminar profile directory if it doesn't exist.Munyoki Kilyungi
2025-11-13Use latest Guix channel, not the commit with substitutes available.Arun Isaac
channel-with-substitutes-available only picks up on the commit with substitutes available when the container is built. That means we will be stuck with an old commit forever. This is not what we want. Better to pick the latest commit, and build it ourselves if substitutes aren't available.
2025-11-12Adjust genetwork{2,3} reqs to not rely on gn-auth/genenetwork3.Munyoki Kilyungi
2025-11-12Set the respawn limit for gn{-auth,2,3} to 5s from 0.5s.Munyoki Kilyungi
2025-11-10Remove ccwl from development container.Munyoki Kilyungi
2025-11-10Fix typo.Munyoki Kilyungi
2025-11-10Make the {auth,llm}-db-path dir writable.Munyoki Kilyungi
2025-11-10Set the correct home-directory when cloning repos in gn-guile g-exp.Munyoki Kilyungi
2025-10-27Share the parent dir for `llm-db-path` with POLA wrapperFrederick Muriuki Muriithi
Share the parent directory for `llm-db-path` with the POLA wrapper, rather than just the file to ensure that the permissions are set up correctly and prevent SQLite from raising an error.
2025-10-27Use 'file://' protocol to force git to do shallow local clone.Frederick Muriuki Muriithi
2025-10-27Pass in the bare repository path to the gexpFrederick Muriuki Muriithi
Pass in the bare repository path to the gexp and use it instead of fetching the value from the environment. This decouples the gexp from changes in the code, e.g. should the environment variable name be changed, we do not have to change this gexp.
2025-10-08Virtuoso: Explicitly specify the error-log file and enable syslog.Frederick Muriuki Muriithi
To help troubleshoot startup issues, provide a specific path for the 'ErrorLogFile' setting for virtuoso, and also enable the 'Syslog' option to enable messages before virtuoso is completely initialised.
2025-10-08gn-uploader: Change ownership of and map secrets directory.Frederick Muriuki Muriithi
* Change the ownership of the secrets directory and all its children rather than just the secrets file. * Expose the secrets directory to the application, rather than just the secrets file. Make the directory writable.
2025-10-08Setup path to gn-docs correctly.Frederick Muriuki Muriithi
2025-10-08Define and schedule "samples counts" script to run.Frederick Muriuki Muriithi
2025-10-08Map the auth db parent directory rather than just the file.Frederick Muriuki Muriithi
Mapping the file only leads to permission issues within the POLA wrapper since SQLite checks both the file, and the parent directory; because of this, we have to map the parent directory to the POLA wrapper too.
2025-10-04latent servicePjotr Prins
2025-10-04fallback: change hostnamePjotr Prins
2025-10-04Prevent gn-auth-port from conflictingPjotr Prins
2025-10-04Add mouse-longevity servicePjotr Prins
2025-10-04README.org: Fix sentence in order to improve clarity.jgart
* README.org: Fix sentence.
2025-10-04Add mouse-longevity servicejgart
2025-10-04Add genecup container service.jgart
2025-09-19Use /home/genenetwork for git cloning.Munyoki Kilyungi
2025-09-19Set "genenetwork" user's home directory to /home/genenetwork.Munyoki Kilyungi
2025-09-19Set the default GIT_PAGER to `cat`.Munyoki Kilyungi
2025-09-19genenetwork-development: Make gn-docs repository persistent.Munyoki Kilyungi
Previously, gn-docs at `/export/data/repositories/gn-docs` was deleted and re-cloned on each service start, causing any local edits to be lost; now it is only cloned if missing, making it persistent across restarts so changes can be preserved.
2025-09-19Revert "genenetwork-development-deploy.sh: Expose /export5/tmp as /tmp."Munyoki Kilyungi
This reverts commit fb1645c620a2096c2c9de47f3d59fecc32561e23.
2025-09-19genenetwork-development: Map dir for auth-db-path instead of file.Munyoki Kilyungi
2025-09-19genenetwork-development: Fix permissions for repository directories.Munyoki Kilyungi
* genenetwork-development.scm (genenetwork-service-type): Import (ice-9 ftw). Set top-level directories under REPOSITORIES to mode 0775 so they are writable by the "genenetwork" user/group.
2025-09-19Set RSCRIPT from GN3_PROFILE env instead of development manifest.Munyoki Kilyungi
2025-09-19Update gn2/gn3 shepherd-service dependencies.Munyoki Kilyungi
* genenetwork-development.scm (genenetwork-shepherd-services) [genenetwork2]: require redis gn-auth genenetwork3. [genenetwork3]: require gn-auth.