aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/genenetwork.scm
diff options
context:
space:
mode:
authorBonfaceKilz2021-05-13 08:40:35 +0300
committerBonfaceKilz2021-05-13 08:40:35 +0300
commite1cddeb8c613ffd53e822d7c0569d90a2bc58108 (patch)
tree4930c9c6774947e054781dcb03fcb90f6bf231f6 /gn/packages/genenetwork.scm
parentda2f051510f562914680f0debe41f29a8b5323aa (diff)
downloadguix-bioinformatics-e1cddeb8c613ffd53e822d7c0569d90a2bc58108.tar.gz
gn: Add r-qtl, r-stringi to genenetwork3.
* gn/packages/genenetwork.scm (genenetwork3) [propagated-inputs]: Add r-qtl and r-stringi.
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r--gn/packages/genenetwork.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index 78e2893..56da11e 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -447,7 +447,9 @@ Graphical Fragment Assembly} files and related formats.")
("python-scipy" ,python-scipy)
("python-sqlalchemy-stubs"
,python-sqlalchemy-stubs)
- ("r-optparse" ,r-optparse)))
+ ("r-optparse" ,r-optparse)
+ ("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.")