diff options
author | Pjotr Prins | 2016-06-10 09:54:33 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-06-10 09:54:33 +0000 |
commit | a04689a8d86d4e61ded3916bcf5d64e66b94c3ce (patch) | |
tree | cfa44c965f609b84f7cd004fa0026580f2a0b50b /doc | |
parent | 86e6706d0d349dc370e98aa95e3ed4739a6aa56d (diff) | |
download | genenetwork2-a04689a8d86d4e61ded3916bcf5d64e66b94c3ce.tar.gz |
Docs: the caching server got fixed by http://bugs.gnu.org/21888
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.org | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/doc/README.org b/doc/README.org index fc64983e..fbb3e1ad 100644 --- a/doc/README.org +++ b/doc/README.org @@ -164,18 +164,11 @@ env GUIX_PACKAGE_PATH=~/genenetwork/guix-bioinformatics/ \ --fallback #+end_src -Note that you may (currently) get an error: - -: guix substitute: error: download from 'http://guix.genenetwork.org:8080/nar/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2' failed: 404, "Not Found" - -which can be fixed with using the --fallback switch, or install - -: guix package -i gtk+@3.18.2 - -and restart the genenetwork2 install. +Note: the order of the substitute url's may make a difference in speed +(put the one first that is fastest for your location and time of day). After installation you should be able to run genenetwork2 after updating -the Guix suggested environment vars. Check the ouput of +the Guix suggested environment vars. Check the output of #+begin_src bash guix package --search-paths @@ -183,7 +176,7 @@ export PYTHONPATH="/root/.guix-profile/lib/python2.7/site-packages" export R_LIBS_SITE="/root/.guix-profile/site-library/" #+end_src -and copy-paste the exports into the terminal before running: +and copy-paste the listed exports into the terminal before running: #+begin_src bash genenetwork2 |