diff options
| author | zsloan | 2021-11-11 11:23:39 -0600 |
|---|---|---|
| committer | GitHub | 2021-11-11 11:23:39 -0600 |
| commit | 8c77af63efae6f06d7c7c3269fc0e41811a8037a (patch) | |
| tree | 9ffa4b84fd36f09e772db3e218bc980999324c41 /README.md | |
| parent | 607c6e627c23c1bce3b199b145855182ab51b211 (diff) | |
| parent | 249b85102063debfeeb1b0565956059b8a3af1cf (diff) | |
| download | genenetwork3-8c77af63efae6f06d7c7c3269fc0e41811a8037a.tar.gz | |
Merge branch 'main' into feature/add_rqtl_pairscan
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md index 84a7a54..84e5fb9 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ guix environment --load=guix.scm Also, make sure you have the [guix-bioinformatics](https://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics) channel set up. ```bash -env GUIX_PACKAGE_PATH=~/guix-bioinformatics/ ~/.config/guix/current/bin/guix environment --expose=$HOME/genotype_files/ --load=guix.scm +guix environment --expose=$HOME/genotype_files/ --load=guix.scm python3 import redis ``` @@ -32,7 +32,7 @@ python3 #### Run a Guix container ``` -env GUIX_PACKAGE_PATH=~/guix-bioinformatics/ ~/.config/guix/current/bin/guix environment -C --network --expose=$HOME/genotype_files/ --load=guix.scm +guix environment -C --network --expose=$HOME/genotype_files/ --load=guix.scm ``` @@ -41,7 +41,7 @@ env GUIX_PACKAGE_PATH=~/guix-bioinformatics/ ~/.config/guix/current/bin/guix env Create a new profile with ``` -env GUIX_PACKAGE_PATH=~/guix-bioinformatics/ ~/.config/guix/current/bin/guix package -i genenetwork3 -p ~/opt/genenetwork3 +guix package -i genenetwork3 -p ~/opt/genenetwork3 ``` and load the profile settings with |
