diff options
author | Pjotr Prins | 2021-05-19 13:45:06 -0500 |
---|---|---|
committer | Pjotr Prins | 2021-05-19 13:45:06 -0500 |
commit | 9a6a5ac495c18296d4ed3ad0885876451b5eb059 (patch) | |
tree | 1ff971cf8ee80144044a13982a55a8a5fd507601 /guix.scm | |
parent | afdddb23851465203cd5dab26300b09a5cd6d405 (diff) | |
download | genenetwork3-9a6a5ac495c18296d4ed3ad0885876451b5eb059.tar.gz |
Added R and r-qtl
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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.") |