diff options
| author | Frederick Muriuki Muriithi | 2025-11-19 10:17:03 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-11-25 13:09:49 -0600 |
| commit | 20494f7956d3f90b5b5e6098bf530f6b4cedac92 (patch) | |
| tree | 111ff5a0cd801c66896ab2110f3eac3aff9d020a /gn | |
| parent | 1eb47d2d19b5f440fe7a73dd99c0f4f66a7b6eb1 (diff) | |
| download | guix-bioinformatics-20494f7956d3f90b5b5e6098bf530f6b4cedac92.tar.gz | |
gn-uploader: Add rust-qtlreaper as a dependency.
After genotypes or phenotypes are uploaded/changed, we need to be able to run QTLReaper to update various pre-computed values in the database. We therefore need the presence of rust-qtlreaper for that.
Diffstat (limited to 'gn')
| -rw-r--r-- | gn/packages/genenetwork.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index b38f66f..0b48e01 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -509,7 +509,8 @@ storage.") javascript-datatables-select javascript-datatables-buttons-3 javascript-datatables-scroller-2 - node-resumablejs)) + node-resumablejs + rust-qtlreaper)) (synopsis "GeneNetwork Quality Control Application") (description "gn-uploader is a service allowing upload of new data into GeneNetwork, |
