diff options
author | BonfaceKilz | 2021-02-17 00:08:11 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-02-17 00:08:11 +0300 |
commit | 3a6fc87d180963e27bb0b0e78aea5415a00fdd33 (patch) | |
tree | b3517046d3217f7cbd9723ed0e346cae7eb6f053 /README.md | |
parent | ef16ff2156be065970a657cb9cfcefd015b00d77 (diff) | |
download | genenetwork3-3a6fc87d180963e27bb0b0e78aea5415a00fdd33.tar.gz |
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".
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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!) |