diff options
author | BonfaceKilz | 2020-08-20 16:48:23 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-08-20 16:48:23 +0300 |
commit | fd141c17686f54d94dd68391298347de6007cf81 (patch) | |
tree | d0146208cb6eecf08c685a09cf4a5f87f37c2ebd /gn/packages | |
parent | 5f93809c646dc8bb93ee6d23b9046751314f7a04 (diff) | |
download | guix-bioinformatics-fd141c17686f54d94dd68391298347de6007cf81.tar.gz |
gn: python3-genenetwork2: Propagate python-rpy2
* gn/packages/genenetwork.scm:
(python3-genenetwork2)[propagated-inputs]: Add python-rpy2
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/genenetwork.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index e6289b9..7b1650a 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -527,6 +527,7 @@ Graphical Fragment Assembly} files and related formats.") ("python-requests" ,python-requests) ("python-simplejson" ,python-simplejson) ("python-pyyaml" ,python-pyyaml) + ("python-rpy2" ,python-rpy2) ("python-xlsxwriter" ,python-xlsxwriter)))) (arguments (let ((python (specification->package "python-wrapper")) |