From 3a6fc87d180963e27bb0b0e78aea5415a00fdd33 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Wed, 17 Feb 2021 00:08:11 +0300 Subject: Add gemma-wrapper * guix.scm: New package propagated-input. * README.md: Mention that you require "guix-bioinformatics" package, because of the addition of "gemma-wrapper". --- README.md | 2 ++ guix.scm | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 1cff037..0a24153 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ Simply load up the environment (for development purposes): guix environment --load=guix.scm ``` +Also, make sure you have the *guix-bioinformatics* channel set up. + #### Running Tests (assuming you are in a guix container; otherwise use venv!) diff --git a/guix.scm b/guix.scm index e371eff..936ddf3 100644 --- a/guix.scm +++ b/guix.scm @@ -23,6 +23,7 @@ (ice-9 match) (ice-9 popen) (ice-9 rdelim) + (gn packages gemma) (gnu packages base) (gnu packages check) (gnu packages databases) @@ -64,6 +65,7 @@ #:recursive? #t #:select? git-file?)) (propagated-inputs `(("coreutils" ,coreutils) + ("gemma-wrapper" ,gemma-wrapper) ("python-bcrypt" ,python-bcrypt) ("python" ,python-wrapper) ("python-flask" ,python-flask) -- cgit v1.2.3