From 7aa5f5422908b4dbfc80f3f73b008507878a34aa Mon Sep 17 00:00:00 2001 From: Muriithi Frederick Muriuki Date: Thu, 26 Aug 2021 07:32:37 +0300 Subject: Add rust-qtlreaper Issue: https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/clustering.gmi * guix.scm: new dependency (rust-qtlreaper) --- guix.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.") -- cgit v1.2.3