aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2024-05-07 14:01:42 +0200
committerPjotr Prins2024-05-07 14:01:42 +0200
commitd0095f3e90f75b24ea73483037abbe19e76fc838 (patch)
tree0f10eff20a046918fcda09b28518d5a06bfa0210
parenta950fc8d6c856bf700841514af113d689e30afc5 (diff)
downloadgn-guile-d0095f3e90f75b24ea73483037abbe19e76fc838.tar.gz
list traits: remove unused lines
-rwxr-xr-xscripts/precompute/list-traits-to-compute.scm5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/precompute/list-traits-to-compute.scm b/scripts/precompute/list-traits-to-compute.scm
index db12eed..163e197 100755
--- a/scripts/precompute/list-traits-to-compute.scm
+++ b/scripts/precompute/list-traits-to-compute.scm
@@ -82,17 +82,12 @@ When that is the case we might as well write the phenotype file because we have
]
data-id))
hits))
- ;; (data-ids-query (fold (lambda (id query) "" (string-append query "Id=" (int-to-string id) " OR ")) "" data-ids))
(data-str-ids (map (lambda (id) (string-append "Id=" (int-to-string id))) data-ids))
(data-ids-query (string-join data-str-ids " OR "))
(query (string-append "SELECT Id,StrainId,value FROM ProbeSetData WHERE " data-ids-query))
]
- ; (display data-str-ids)
- ; (display data-ids-query)
- ; (display data-ids)
(display query)
))
- ; (display data-ids)
(run-list-traits-to-compute db 0 50) ;; start precompute
;; (write bxd-strains)
))))