diff options
author | Alexander Kabui | 2021-09-27 19:32:09 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-09-29 15:15:40 +0300 |
commit | 7d29f6640300df658db64056c2f159b5e5b0cf7e (patch) | |
tree | 2658e3af99723d2806861e1433441a960b2ffac2 /gn/packages | |
parent | e80fe4ddcf15e21004b8135cf8af34b458697f64 (diff) | |
download | guix-bioinformatics-7d29f6640300df658db64056c2f159b5e5b0cf7e.tar.gz |
gn: Add r-wgcna, r-rjson to genenetwork3.
* gn/packages/genenetwork.scm(genenetwork3) [propagated-inputs]: Add r-wgcna an r-rjson
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/genenetwork.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 1b028fa..3d15188 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -131,7 +131,9 @@ ,python-sqlalchemy-stubs) ("r-optparse" ,r-optparse) ("r-qtl" ,r-qtl) - ("r-stringi" ,r-stringi))) + ("r-stringi" ,r-stringi) + ("r-wgcna" ,r-wgcna) + ("r-rjson" ,r-rjson))) (build-system python-build-system) (home-page "https://github.com/genenetwork/genenetwork3") (synopsis "GeneNetwork3 API for data science and machine learning.") |