diff options
author | zsloan | 2022-12-23 13:39:39 -0600 |
---|---|---|
committer | GitHub | 2022-12-23 13:39:39 -0600 |
commit | 5b9d65907a3904cfce42294edf319d85f43333e5 (patch) | |
tree | f1c85f880876c8412411ae71fe10439d631cbac5 /README.md | |
parent | 8e055558e2e12250fd744caa2b9b3078a3025208 (diff) | |
download | genenetwork3-5b9d65907a3904cfce42294edf319d85f43333e5.tar.gz |
Add a couple necessary environment variables
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |