diff options
-rw-r--r-- | topics/deployment.gmi | 6 | ||||
-rw-r--r-- | topics/guix-profiles.gmi | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/topics/deployment.gmi b/topics/deployment.gmi index 02be5ff..567a7de 100644 --- a/topics/deployment.gmi +++ b/topics/deployment.gmi @@ -19,3 +19,9 @@ DATA_DIR="/export/data/genenetwork" XAPIAN_DB_PATH="/export/data/genenetwork-xapian" ``` DATA_DIR must contain two directories—genotype_files and synteny. + +## deploy guix + +See also + +=> guix-profiles.gmi diff --git a/topics/guix-profiles.gmi b/topics/guix-profiles.gmi index 153357d..578bb82 100644 --- a/topics/guix-profiles.gmi +++ b/topics/guix-profiles.gmi @@ -17,7 +17,6 @@ Alternatively put the following into a channels.scm file. (list (channel (name 'gn-bioinformatics) (url "https://gitlab.com/genenetwork/guix-bioinformatics") - ;; (url "https://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics") (branch "master"))) ``` Build a profile using |