diff options
author | Muriithi Frederick Muriuki | 2021-08-26 07:32:37 +0300 |
---|---|---|
committer | Muriithi Frederick Muriuki | 2021-08-26 07:32:37 +0300 |
commit | 7aa5f5422908b4dbfc80f3f73b008507878a34aa (patch) | |
tree | f97a0645373f803df6bf1397aa82eb51e46c4995 | |
parent | 0023b7a0e4a794444364b403cba72e07213c8419 (diff) | |
download | genenetwork3-7aa5f5422908b4dbfc80f3f73b008507878a34aa.tar.gz |
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)
-rw-r--r-- | guix.scm | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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.") |