diff options
author | Alexander_Kabui | 2022-07-22 01:02:42 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2022-07-22 12:12:13 +0300 |
commit | 91dbb4f46c3c385935744ba4d9b041e41d390e17 (patch) | |
tree | 5edfa2ec54cd65b4205f18463dedeab7246f6d0e /gn | |
parent | e4d084e371f4753b34858b2c6f244eae0fc164ec (diff) | |
download | guix-bioinformatics-91dbb4f46c3c385935744ba4d9b041e41d390e17.tar.gz |
gn: genenetwork2: Add gn-rust-correlation.
* gn/packages/genenetwork.scm:
(genenetwork2) [propagated-inputs]: Add gn-rust-correlations.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/genenetwork.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 05cb3f0..422091a 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -188,6 +188,7 @@ ("gemma-wrapper" ,gemma-wrapper) ("plink-ng-gn" ,plink-ng-gn) ("rust-qtlreaper" ,rust-qtlreaper) + ("gn-rust-correlation" ,gn-rust-correlation) ("glibc-utf8-locales" ,glibc-utf8-locales) ("nginx" ,nginx) ("python" ,python-wrapper) |