aboutsummaryrefslogtreecommitdiff
path: root/doc/Architecture.org
diff options
context:
space:
mode:
authorPjotr Prins2016-08-08 09:20:44 +0000
committerPjotr Prins2016-08-08 09:20:50 +0000
commitbad44474c64bb65edc13ed39d639117ab558ce15 (patch)
tree24ed436f2e158f5be5f5a31235ca4e0d94b69763 /doc/Architecture.org
parent41a8f2381b0d2d2f7d6aa5d50dee93d96af3ff39 (diff)
downloadgenenetwork2-bad44474c64bb65edc13ed39d639117ab558ce15.tar.gz
Doc: gn_exec
Diffstat (limited to 'doc/Architecture.org')
-rw-r--r--doc/Architecture.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/Architecture.org b/doc/Architecture.org
index a1fcbef2..04e05e40 100644
--- a/doc/Architecture.org
+++ b/doc/Architecture.org
@@ -4,6 +4,7 @@
- [[#introduction][Introduction]]
- [[#webserver][Webserver]]
- [[#gnserver-rest][GnServer (REST)]]
+ - [[#gnexec][GnExec]]
- [[#database][Database]]
- [[#phenotypes][Phenotypes]]
- [[#genotypes][Genotypes]]
@@ -55,6 +56,11 @@ from the database. To get the menu data in YAML you can do something like
(json2yaml.rb is in the gn_server repo). For the current API definition
see [[https://github.com/genenetwork/gn_server/doc/API.md][GnServer REST API]] documentation.
+* GnExec
+
+GnExec, also written in Elixir, executes commands using a separate
+daemon.
+
* Database
** Phenotypes