aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorMuriithi Frederick Muriuki2021-08-26 07:32:37 +0300
committerMuriithi Frederick Muriuki2021-08-26 07:32:37 +0300
commit7aa5f5422908b4dbfc80f3f73b008507878a34aa (patch)
treef97a0645373f803df6bf1397aa82eb51e46c4995 /guix.scm
parent0023b7a0e4a794444364b403cba72e07213c8419 (diff)
downloadgenenetwork3-7aa5f5422908b4dbfc80f3f73b008507878a34aa.tar.gz
Add rust-qtlreaper
Issue: https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/clustering.gmi * guix.scm: new dependency (rust-qtlreaper)
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm
index 729d089..868bd74 100644
--- a/guix.scm
+++ b/guix.scm
@@ -44,6 +44,7 @@
(gnu packages statistics)
(gnu packages bioconductor)
(gn packages golang)
+ (gn packages genenetwork)
(gnu packages python)
(gnu packages python-check)
(gnu packages python-crypto)
@@ -104,7 +105,8 @@
("r-qtl" ,r-qtl)
("r-stringi" ,r-stringi)
("python-plotly" ,python-plotly)
- ("python-pandas" ,python-pandas)))
+ ("python-pandas" ,python-pandas)
+ ("rust-qtlreaper" ,rust-qtlreaper)))
(build-system python-build-system)
(home-page "https://github.com/genenetwork/genenetwork3")
(synopsis "GeneNetwork3 API for data science and machine learning.")