about summary refs log tree commit diff
path: root/guix.scm
diff options
context:
space:
mode:
authorzsloan2021-05-19 18:46:50 +0000
committerzsloan2021-05-19 18:46:50 +0000
commit09bcf2195e3cc18b993c4fff8b22033e51d91ff1 (patch)
treede6fbb5eef888585d3b2d1196e8f7e11244344eb /guix.scm
parentd66b71a1e149ccddbbcc66e439067250827e0b6f (diff)
parent9a6a5ac495c18296d4ed3ad0885876451b5eb059 (diff)
downloadgenenetwork3-09bcf2195e3cc18b993c4fff8b22033e51d91ff1.tar.gz
Merge branch 'main' of https://github.com/genenetwork/genenetwork3 into feature/add_rqtl_endpoints
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm8
1 files changed, 7 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm
index 757fc6d..46a181e 100644
--- a/guix.scm
+++ b/guix.scm
@@ -27,6 +27,7 @@
  (gn packages python)
  (gnu packages base)
  (gnu packages check)
+ (gnu packages cran)
  (gnu packages databases)
  (gnu packages statistics)
  (gnu packages python)
@@ -81,7 +82,12 @@
                        ("python-redis" ,python-redis)
                        ("python-requests" ,python-requests)
                        ("python-scipy" ,python-scipy)
-                       ("python-sqlalchemy-stubs" ,python-sqlalchemy-stubs)))
+                       ("python-sqlalchemy-stubs" ,python-sqlalchemy-stubs)
+                       ("r" ,r)
+                       ; ("r-ctl" ,r-ctl)
+                       ("r-qtl" ,r-qtl)
+                       ; ("r-wgcna" ,r-wgcna)
+                       ))
   (build-system python-build-system)
   (home-page "https://github.com/genenetwork/genenetwork3")
   (synopsis "GeneNetwork3 API for data science and machine learning.")