diff options
| author | BonfaceKilz | 2021-09-27 13:59:17 +0300 |
|---|---|---|
| committer | GitHub | 2021-09-27 13:59:17 +0300 |
| commit | 0cbb6ecde0315b7d6f021cb17406f5e5197e8a05 (patch) | |
| tree | 0647dddf8b1aa4530476807bfa3a5dfd54a8119f /guix.scm | |
| parent | 2cf220a11936125f059dc9b6a494d0f70eac068d (diff) | |
| parent | a9fc9814760d205674904f8feb700eadae480fb1 (diff) | |
| download | genenetwork3-0cbb6ecde0315b7d6f021cb17406f5e5197e8a05.tar.gz | |
Merge pull request #37 from genenetwork/heatmap_generation
Heatmap generation
Diffstat (limited to 'guix.scm')
| -rw-r--r-- | guix.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/guix.scm b/guix.scm index 729d089..fb97142 100644 --- a/guix.scm +++ b/guix.scm @@ -43,7 +43,8 @@ (gnu packages databases) (gnu packages statistics) (gnu packages bioconductor) - (gn packages golang) + (gnu packages golang) + (gn packages genenetwork) (gnu packages python) (gnu packages python-check) (gnu packages python-crypto) @@ -104,7 +105,9 @@ ("r-qtl" ,r-qtl) ("r-stringi" ,r-stringi) ("python-plotly" ,python-plotly) - ("python-pandas" ,python-pandas))) + ("python-pandas" ,python-pandas) + ("rust-qtlreaper" ,rust-qtlreaper) + ("python-flask-cors" ,python-flask-cors))) (build-system python-build-system) (home-page "https://github.com/genenetwork/genenetwork3") (synopsis "GeneNetwork3 API for data science and machine learning.") |
