diff options
-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. |