From 40c22d67d90c85cc66cfed5f5e240f1273ba1674 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 9 Dec 2021 16:07:36 +0530 Subject: gn: genenetwork: Reorganize inputs. * gn/packages/genenetwork.scm (genenetwork3)[propagated-inputs]: Remove python-sqlalchemy-stubs. Add python-sparqlwrapper and rust-qtlreaper. Sort all inputs. --- gn/packages/genenetwork.scm | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'gn') 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.") -- cgit v1.2.3