aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/genenetwork.scm
diff options
context:
space:
mode:
authorBonfaceKilz2021-05-12 09:53:57 +0300
committerBonfaceKilz2021-05-12 09:53:57 +0300
commit28181f9fb02f21bdb70324206544023b497d3e92 (patch)
treed038f0aafbd5b99afc9d71629581195740973c35 /gn/packages/genenetwork.scm
parent96f0ec9fe694baacd6b48140485119f0b3a3929f (diff)
downloadguix-bioinformatics-28181f9fb02f21bdb70324206544023b497d3e92.tar.gz
gn: Add r-optparse to genenetwork3
* gn/packages/genenetwork.scm (genenetwork3) [propagated-inputs]: Add r-optparse
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r--gn/packages/genenetwork.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index 47be9e0..3e94fa0 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -446,7 +446,8 @@ Graphical Fragment Assembly} files and related formats.")
("python-requests" ,python-requests)
("python-scipy" ,python-scipy)
("python-sqlalchemy-stubs"
- ,python-sqlalchemy-stubs)))
+ ,python-sqlalchemy-stubs)
+ ("r-optparse" ,r-optparse)))
(build-system python-build-system)
(home-page "https://github.com/genenetwork/genenetwork3")
(synopsis "GeneNetwork3 API for data science and machine learning.")