Age | Commit message (Expand) | Author |
2024-09-25 | DEBUG: Log out R/qtl2 or Pair-Scan results...Running R/qtl2 and Pair-Scan results in the production container
fails, but somehow runs on production. This implies a possible
configuration thing that is not explicit. Hopefully this debug helps
surface the cause to enable fixing.
| Frederick Muriuki Muriithi |
2024-09-11 | BugFix: Avoid string interpolation for building URLs...The string interpolation previously used was leading to a URL of the
form `http://localhost:9080api/rqtl/compute` rather than
`http://localhost:9080/api/rqtl/compute`.
| Frederick Muriuki Muriithi |
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 |