aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorzsloan2022-12-23 13:39:39 -0600
committerGitHub2022-12-23 13:39:39 -0600
commit5b9d65907a3904cfce42294edf319d85f43333e5 (patch)
treef1c85f880876c8412411ae71fe10439d631cbac5 /README.md
parent8e055558e2e12250fd744caa2b9b3078a3025208 (diff)
downloadgenenetwork3-5b9d65907a3904cfce42294edf319d85f43333e5.tar.gz
Add a couple necessary environment variables
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 377283c..fefc9c6 100644
--- a/README.md
+++ b/README.md
@@ -95,6 +95,12 @@ and try again. Also make sure your ~/guix-bioinformatics is up to date.
See also instructions in [.guix.scm](.guix.scm).
+#### Setting necessary environment variables
+
+At least the following two need to be set for R/qtl to work (there might be others which I'll add if they come up):
+RQTL_WRAPPER (should be in genenetwork3/scripts/rqtl_wrapper.R)
+TMPDIR (where the rqtl_wrapper.R cross files are generated, used by the R script)
+
## Migrations
**NOTE**: Do not create migration scripts manually. Use the processes indicated below.