diff options
-rw-r--r-- | guix.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm index 729d089..868bd74 100644 --- a/guix.scm +++ b/guix.scm @@ -44,6 +44,7 @@ (gnu packages statistics) (gnu packages bioconductor) (gn packages golang) + (gn packages genenetwork) (gnu packages python) (gnu packages python-check) (gnu packages python-crypto) @@ -104,7 +105,8 @@ ("r-qtl" ,r-qtl) ("r-stringi" ,r-stringi) ("python-plotly" ,python-plotly) - ("python-pandas" ,python-pandas))) + ("python-pandas" ,python-pandas) + ("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.") |