about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2021-12-09 16:07:36 +0530
committerArun Isaac2021-12-09 16:09:32 +0530
commit40c22d67d90c85cc66cfed5f5e240f1273ba1674 (patch)
tree46262db16ad240c4b0e7303da742344eb88d8a11
parentc56352759743238b27773ab2c254257b05bd97e7 (diff)
downloadguix-bioinformatics-40c22d67d90c85cc66cfed5f5e240f1273ba1674.tar.gz
gn: genenetwork: Reorganize inputs.
* gn/packages/genenetwork.scm (genenetwork3)[propagated-inputs]:
Remove python-sqlalchemy-stubs. Add python-sparqlwrapper and
rust-qtlreaper. Sort all inputs.
-rw-r--r--gn/packages/genenetwork.scm14
1 files changed, 8 insertions, 6 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index 0ac4698..22377c0 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -120,24 +120,26 @@
                            ("python-bcrypt" ,python-bcrypt)
                            ("python-flask" ,python-flask)
                            ("python-flask-cors" ,python-flask-cors)
+                           ("python-flask-socketio" ,python-flask-socketio)
                            ("python-ipfshttpclient" ,python-ipfshttpclient)
                            ("python-mypy" ,python-mypy)
                            ("python-mypy-extensions" ,python-mypy-extensions)
                            ("python-mysqlclient" ,python-mysqlclient)
                            ("python-numpy" ,python-numpy)
+                           ("python-pandas" ,python-pandas)
+                           ("python-pingouin" ,python-pingouin)
+                           ("python-plotly" ,python-plotly)
                            ("python-pylint" ,python-pylint)
                            ("python-redis" ,python-redis)
                            ("python-requests" ,python-requests)
                            ("python-scipy" ,python-scipy)
-                           ("python-pingouin" ,python-pingouin)
-                           ("python-plotly" ,python-plotly)
-                           ("python-sqlalchemy-stubs"
-                            ,python-sqlalchemy-stubs)
+                           ("python-sparqlwrapper" ,python-sparqlwrapper)
                            ("r-optparse" ,r-optparse)
                            ("r-qtl" ,r-qtl)
+                           ("r-rjson" ,r-rjson)
                            ("r-stringi" ,r-stringi)
-			   ("r-wgcna" ,r-wgcna)
-			   ("r-rjson" ,r-rjson)))
+                           ("r-wgcna" ,r-wgcna)
+                           ("rust-qtlreaper" ,rust-qtlreaper)))
       (build-system python-build-system)
       (home-page "https://github.com/genenetwork/genenetwork3")
       (synopsis "GeneNetwork3 API for data science and machine learning.")