aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorPjotr Prins2021-05-19 13:45:06 -0500
committerPjotr Prins2021-05-19 13:45:06 -0500
commit9a6a5ac495c18296d4ed3ad0885876451b5eb059 (patch)
tree1ff971cf8ee80144044a13982a55a8a5fd507601 /guix.scm
parentafdddb23851465203cd5dab26300b09a5cd6d405 (diff)
downloadgenenetwork3-9a6a5ac495c18296d4ed3ad0885876451b5eb059.tar.gz
Added R and r-qtl
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.")