diff options
author | Muriithi Frederick Muriuki | 2021-08-04 08:31:38 +0300 |
---|---|---|
committer | Muriithi Frederick Muriuki | 2021-08-04 08:31:38 +0300 |
commit | 9e4b8d17443464b673077d43c63f73ff0c6900ea (patch) | |
tree | 91cf8e20108f3a802dd81479cad1289c389b24ff /guix.scm | |
parent | 238450af8aa3395b3ae5a636fada67206a863d85 (diff) | |
parent | 32cfe15f056c0c2958d7da79d7a25e585d9cc13a (diff) | |
download | genenetwork3-9e4b8d17443464b673077d43c63f73ff0c6900ea.tar.gz |
Merge branch 'main' of github.com:genenetwork/genenetwork3 into heatmap_decompose_db_retrieval
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 15 |
1 files changed, 6 insertions, 9 deletions
@@ -31,6 +31,7 @@ (gnu packages databases) (gnu packages statistics) (gnu packages bioconductor) + (gn packages golang) (gnu packages python) (gnu packages python-check) (gnu packages python-crypto) @@ -70,8 +71,8 @@ #:recursive? #t #:select? git-file?)) (propagated-inputs `(("coreutils" ,coreutils) - ("diffutils" ,diffutils) ("gemma-wrapper" ,gemma-wrapper) + ("csvdiff" ,go-github-com-aswinkarthik-csvdiff) ("python" ,python-wrapper) ("python-bcrypt" ,python-bcrypt) ("python-flask" ,python-flask) @@ -84,15 +85,11 @@ ("python-redis" ,python-redis) ("python-requests" ,python-requests) ("python-scipy" ,python-scipy) - ("python-sqlalchemy-stubs" ,python-sqlalchemy-stubs) - ("r" ,r) - ("r-qtl" ,r-qtl) + ("python-sqlalchemy-stubs" + ,python-sqlalchemy-stubs) ("r-optparse" ,r-optparse) - ("r-stringi" ,r-stringi) - ("r-stringr" ,r-stringr) - ("r-testthat" ,r-testthat) - ("r-wgcna" ,r-wgcna) - )) + ("r-qtl" ,r-qtl) + ("r-stringi" ,r-stringi))) (build-system python-build-system) (home-page "https://github.com/genenetwork/genenetwork3") (synopsis "GeneNetwork3 API for data science and machine learning.") |