diff options
author | Alexander Kabui | 2021-10-29 09:49:28 +0300 |
---|---|---|
committer | GitHub | 2021-10-29 09:49:28 +0300 |
commit | 8f036415975d6e224e5e94277997329c0f1fa159 (patch) | |
tree | abc1e4b8578fad0cc934b334edc5c573a4bd6d20 /guix.scm | |
parent | 0cfff99e22155b6b15e23cbeff596f5f8f08709c (diff) | |
download | genenetwork3-8f036415975d6e224e5e94277997329c0f1fa159.tar.gz |
Feature/biweight reimplementation (#47)
* add biweight reimplementation with pingouin
* delete biweight scripts and tests
* add python-pingouin to guix file
* delete biweight paths
* mypy fix:pingouin mising imports
* pep8 formatting && pylint fixes
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -110,6 +110,7 @@ ("r-rjson" ,r-rjson) ("python-plotly" ,python-plotly) ("python-pandas" ,python-pandas) + ("python-pingouin" ,python-pingouin) ("rust-qtlreaper" ,rust-qtlreaper) ("python-flask-cors" ,python-flask-cors))) (build-system python-build-system) |