diff options
author | Frederick Muriuki Muriithi | 2022-03-04 08:19:50 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-03-04 08:19:50 +0300 |
commit | f7febf20803f6221eac7b4987cfdfccf50c7e3d7 (patch) | |
tree | 141036df59dd766e31f40dc7ae99646468ec7003 | |
parent | 84fcbdbafdf58d0f1963c69bad5b6bcb9c805ce1 (diff) | |
download | genenetwork3-f7febf20803f6221eac7b4987cfdfccf50c7e3d7.tar.gz |
Document basic partial correlations dependencies
* Document the things that the partial correlations feature depends on to work
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |