diff options
author | zsloan | 2021-05-19 18:46:50 +0000 |
---|---|---|
committer | zsloan | 2021-05-19 18:46:50 +0000 |
commit | 09bcf2195e3cc18b993c4fff8b22033e51d91ff1 (patch) | |
tree | de6fbb5eef888585d3b2d1196e8f7e11244344eb /guix.scm | |
parent | d66b71a1e149ccddbbcc66e439067250827e0b6f (diff) | |
parent | 9a6a5ac495c18296d4ed3ad0885876451b5eb059 (diff) | |
download | genenetwork3-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.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.") |