aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorEfraim Flashner2020-07-05 04:10:28 -0500
committerEfraim Flashner2020-07-05 04:16:23 -0500
commit0e1fe2432e10788a638bc201bdca2d356e1ad4a0 (patch)
tree4bbbe80e1b4b1932b83adbcaf3318ac5926f9b5f /README.org
parent63646e03a140f2ffd3004d17d32900f9185416a3 (diff)
downloadguix-bioinformatics-0e1fe2432e10788a638bc201bdca2d356e1ad4a0.tar.gz
gn: Use the guix-past channel.
Adjust for python-2.4 being in the guix-past channel.
Diffstat (limited to 'README.org')
-rw-r--r--README.org7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.org b/README.org
index 5f49a2d..6f986c0 100644
--- a/README.org
+++ b/README.org
@@ -19,7 +19,7 @@ To easily use the packages from this repo, simply add it to your
(cons*
(channel
(name 'gn-bioinformatics)
- (url "https://git.genenetwork.org/pjotrp/guix-bioinformatics.git")
+ (url "https://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics.git")
(branch "master"))
%default-channels)
#+END_SRC
@@ -33,8 +33,9 @@ the GUIX_PACKAGE_PATH to point to the root of this directory
before running Guix. E.g.
#+BEGIN_SRC bash
- git clone https://git.genenetwork.org/pjotrp/guix-bioinformatics.git
- export GUIX_PACKAGE_PATH=$PWD/guix-bioinformatics/
+ git clone https://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics.git
+ git clone https://gitlab.inria.fr/guix-hpc/guix-past.git
+ export GUIX_PACKAGE_PATH=$PWD/guix-bioinformatics/:$PWD/guix-past/modules
guix package -A cwl
#+END_SRC