diff options
author | pjotrp | 2020-08-16 10:51:26 +0100 |
---|---|---|
committer | pjotrp | 2020-08-28 09:01:48 +0100 |
commit | 9786582f7eddc0d069e03248e7cb4039f66e33a6 (patch) | |
tree | 88c17be4877a142555b5071a0150dee218836977 | |
parent | 807492f12627cb69e5e28df0c06dc5493bb3b4e7 (diff) | |
download | guix-bioinformatics-9786582f7eddc0d069e03248e7cb4039f66e33a6.tar.gz |
Add racket to genenetwork2
-rw-r--r-- | gn/packages/genenetwork.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 8d61caf..c9dbd2e 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -26,6 +26,7 @@ #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz) #:use-module (gnu packages rust) + #:use-module (gnu packages scheme) #:use-module (gnu packages statistics) #:use-module (gnu packages version-control) #:use-module (gnu packages vim) @@ -269,6 +270,7 @@ Graphical Fragment Assembly} files and related formats.") ; ("genenetwork2-files-small" ,genenetwork2-files-small) ("plink-ng-gn" ,plink-ng-gn) ; ("pylmm-gn2" ,pylmm-gn2) + ("racket-minimal" ,racket-minimal) ("rust-qtlreaper" ,rust-qtlreaper) ("nginx" ,nginx) ("python-twint" ,python-twint) |