From e7f7de7388675c9f663b2a6e45ade426f7707e42 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 13 Jul 2025 10:32:25 +0200 Subject: comments on precompute --- gn/data/strains.scm | 2 +- scripts/precompute/list-traits-to-compute.scm | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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;" -- cgit v1.2.3