diff options
author | Pjotr Prins | 2016-04-29 10:01:25 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-04-29 10:01:25 +0000 |
commit | 4c206f9277561446f32dd01004ff3eae682cfd27 (patch) | |
tree | 357d01cf87136185e653b5a97a2e0397639afcfa | |
parent | 51599a8d7b4abc11f9f6a658a2451f0ee0eacbe5 (diff) | |
download | genenetwork2-4c206f9277561446f32dd01004ff3eae682cfd27.tar.gz |
README: on missing modules
-rw-r--r-- | doc/README.org | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/README.org b/doc/README.org index 13f70ad8..10a77580 100644 --- a/doc/README.org +++ b/doc/README.org @@ -14,6 +14,7 @@ - [[#trouble-shooting][Trouble shooting]] - [[#importerror-no-module-named-jinja2][ImportError: No module named jinja2]] - [[#error-can-not-find-directory-homegn2_data][ERROR: can not find directory $HOME/gn2_data]] + - [[#cant-run-a-module][Can't run a module]] * Introduction @@ -199,3 +200,10 @@ The default settings file looks in your $HOME/gn2_data. Since these files come with a Guix installation you should take a hint from the values in the installed version of default_settings.py (see above in this document). + +** Can't run a module + +In rare cases, development modules are not brought in with Guix +because no source code is available. This can lead to missing modules +on a running server. Please check with the authors when a module +is missing. |