diff options
author | zsloan | 2021-10-12 16:08:54 -0500 |
---|---|---|
committer | GitHub | 2021-10-12 16:08:54 -0500 |
commit | 35105c816726b58dc376b2c3925d48077aeca675 (patch) | |
tree | a7d184e4eea8aeb4b9bf0d17468ba6a1efafef46 /doc/docker-container.org | |
parent | 70023c835bdeeffc48efafe96626ac5b01b5a6d2 (diff) | |
parent | a212ad123f902b6a9c74bcac1d98bc274cebbdda (diff) | |
download | genenetwork2-35105c816726b58dc376b2c3925d48077aeca675.tar.gz |
Merge branch 'testing' into feature/add_resizeable_columns
Diffstat (limited to 'doc/docker-container.org')
-rw-r--r-- | doc/docker-container.org | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/docker-container.org b/doc/docker-container.org index ef0d71fc..79b8272f 100644 --- a/doc/docker-container.org +++ b/doc/docker-container.org @@ -28,13 +28,6 @@ which will be added to a base mariaDB image. First create the gn2 tar archive by running: #+begin_src sh -# For the Python 2 version: -env GUIX_PACKAGE_PATH="/home/bonface/projects/guix-bioinformatics:/home/bonface/projects/guix-past/modules" \ - ./pre-inst-env guix pack --no-grafts\ - -S /gn2-profile=/ \ - screen python2-genenetwork2 - -# For the Python 3 version: env GUIX_PACKAGE_PATH="/home/bonface/projects/guix-bioinformatics:/home/bonface/projects/guix-past/modules" \ ./pre-inst-env guix pack --no-grafts\ -S /gn2-profile=/ \ |