aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-03-04 08:19:50 +0300
committerFrederick Muriuki Muriithi2022-03-04 08:19:50 +0300
commitf7febf20803f6221eac7b4987cfdfccf50c7e3d7 (patch)
tree141036df59dd766e31f40dc7ae99646468ec7003 /README.md
parent84fcbdbafdf58d0f1963c69bad5b6bcb9c805ce1 (diff)
downloadgenenetwork3-f7febf20803f6221eac7b4987cfdfccf50c7e3d7.tar.gz
Document basic partial correlations dependencies
* Document the things that the partial correlations feature depends on to work
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2dcc5b5..e500d52 100644
--- a/README.md
+++ b/README.md
@@ -201,3 +201,12 @@ T2 6.4471 6.7191 5.98015 6.68051 ...
```
It is very important that the column header names for the strains correspond to the genotype file used.
+
+## Partial Correlations
+
+The partial correlations feature depends on the following external systems to run correctly:
+
+- Redis: Acts as a communications broker between the webserver and external processes
+- `sheepdog/worker.py`: Actually runs the external processes that do the computations
+
+These two systems should be running in the background for the partial correlations feature to work correctly.