diff options
author | BonfaceKilz | 2020-10-08 22:44:35 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-10-08 22:44:35 +0300 |
commit | 426c02e4e090a22408ce5726d0318f3905197e27 (patch) | |
tree | eab1e0fb19ad3e24015172a0418c884b13632c91 /gn | |
parent | d9a7055abbb3e88bb0d0753a030bebb31b97cc58 (diff) | |
download | guix-bioinformatics-426c02e4e090a22408ce5726d0318f3905197e27.tar.gz |
gn: python3-genenetwork2: Update python-rpy2 input
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/genenetwork.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index ddae6b4..7946f70 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -464,7 +464,8 @@ Graphical Fragment Assembly} files and related formats.") ("python-requests" ,python-requests) ("python-simplejson" ,python-simplejson) ("python-pyyaml" ,python-pyyaml) - ("python-rpy2" ,python-rpy2) + ;; TODO: Get rid of Python R bindings + ("python-rpy2" ,python-rpy2-2.9) ("python-xlsxwriter" ,python-xlsxwriter)))) (arguments (let ((python (specification->package "python-wrapper")) |