aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2025-07-13 10:32:25 +0200
committerPjotr Prins2025-07-13 10:32:25 +0200
commite7f7de7388675c9f663b2a6e45ade426f7707e42 (patch)
treeb811705368f48568d68b93cb6098f8e935ab10fb
parent840c40759aa9b1960d03414d8c70cd1ca3605a61 (diff)
downloadgn-guile-e7f7de7388675c9f663b2a6e45ade426f7707e42.tar.gz
comments on precompute
-rw-r--r--gn/data/strains.scm2
-rwxr-xr-xscripts/precompute/list-traits-to-compute.scm4
2 files changed, 5 insertions, 1 deletions
diff --git a/gn/data/strains.scm b/gn/data/strains.scm
index e5f839b..c560d9b 100644
--- a/gn/data/strains.scm
+++ b/gn/data/strains.scm
@@ -25,7 +25,7 @@
"Return assoc list of tuples of strain id+names:
((4 . BXD1) (5 . BXD2) (6 . BXD5) (7 . BXD6)...
-used-for-mapping? will say whether the strains/individuals are used for mapping. Always True, FIXME
+used-for-mapping? will say whether the strains/individuals are used for mapping.
"
(call-with-db
(lambda (db)
diff --git a/scripts/precompute/list-traits-to-compute.scm b/scripts/precompute/list-traits-to-compute.scm
index 9f900d1..102a6fa 100755
--- a/scripts/precompute/list-traits-to-compute.scm
+++ b/scripts/precompute/list-traits-to-compute.scm
@@ -15,6 +15,10 @@ You may want to forward a mysql port if there is no DB locally
ssh -L 3306:127.0.0.1:3306 -f -N tux02.genenetwork.org
+ignore IPv6 message:
+
+ bind [::1]:3306: Cannot assign requested address
+
test connection with mysql client:
mysql -uwebqtlout -pwebqtlout -A -h 127.0.0.1 -P 3306 db_webqtl -e "show tables;"