aboutsummaryrefslogtreecommitdiff
path: root/doc/GUIX-Reproducible-from-source.org
diff options
context:
space:
mode:
authorPjotr Prins2016-04-20 08:10:30 +0000
committerPjotr Prins2016-04-20 08:10:30 +0000
commit847f911257e66be454f16443ac53c107064eb6aa (patch)
tree0d1ab0078a5482ab17f2b4e2e1c5971b5bcdf314 /doc/GUIX-Reproducible-from-source.org
parente0c5c1aae3aaaa1d81bcec36835a97e169dcc2e2 (diff)
downloadgenenetwork2-847f911257e66be454f16443ac53c107064eb6aa.tar.gz
Docs
Diffstat (limited to 'doc/GUIX-Reproducible-from-source.org')
-rw-r--r--doc/GUIX-Reproducible-from-source.org9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/GUIX-Reproducible-from-source.org b/doc/GUIX-Reproducible-from-source.org
index b88eb9e8..871156ed 100644
--- a/doc/GUIX-Reproducible-from-source.org
+++ b/doc/GUIX-Reproducible-from-source.org
@@ -31,5 +31,12 @@ Next build guix (and run) following the instructions in [[https://github.com/pjo
Once that is done we can add the guix-bioinformatics path with
-: env GUIX_PACKAGE_PATH=../guix-bioinformatics ./pre-inst-env guix package -A slurm
+: env GUIX_PACKAGE_PATH=../guix-bioinformatics command
+such as
+
+#+begin_src sh :lang bash
+gn-stable-guix$ env GUIX_PACKAGE_PATH=../guix-bioinformatics ./pre-inst-env guix package -A genenetwork
+genenetwork1 1.0-d622c803b out ../guix-bioinformatics/gn/packages/bioinformatics.scm:163:2
+genenetwork2 2.0-9e9475053 out ../guix-bioinformatics/gn/packages/bioinformatics.scm:215:2
+#+end_src sh :lang bash