aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--genenetwork-development.scm18
1 files changed, 18 insertions, 0 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm
index c970332..81012c9 100644
--- a/genenetwork-development.scm
+++ b/genenetwork-development.scm
@@ -669,6 +669,15 @@ described by CONFIG, a <genenetwork-configuration> object."
(source "/run/mysqld")
(target source)
(writable? #t))
+ ;; XXXX: FIXME: R/Qtl generates
+ ;; files in "/tmp" and
+ ;; "/tmp/gn2". These files are
+ ;; accessed by gn3 for R/Qtl
+ ;; mapping
+ (file-system-mapping
+ (source "/tmp")
+ (target source)
+ (writable? #t))
(file-system-mapping
(source gn2-secrets)
(target source)
@@ -711,6 +720,15 @@ described by CONFIG, a <genenetwork-configuration> object."
(source "/run/mysqld")
(target source)
(writable? #t))
+ ;; XXXX: FIXME: R/Qtl generates
+ ;; files in "/tmp" and
+ ;; "/tmp/gn2". These files are
+ ;; accessed by gn3 for R/Qtl
+ ;; mapping
+ (file-system-mapping
+ (source "/tmp")
+ (target source)
+ (writable? #t))
(file-system-mapping
(source data-directory)
(target source))