diff options
author | Pjotr Prins | 2024-05-07 14:01:42 +0200 |
---|---|---|
committer | Pjotr Prins | 2024-05-07 14:01:42 +0200 |
commit | d0095f3e90f75b24ea73483037abbe19e76fc838 (patch) | |
tree | 0f10eff20a046918fcda09b28518d5a06bfa0210 /scripts | |
parent | a950fc8d6c856bf700841514af113d689e30afc5 (diff) | |
download | gn-guile-d0095f3e90f75b24ea73483037abbe19e76fc838.tar.gz |
list traits: remove unused lines
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/precompute/list-traits-to-compute.scm | 5 |
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) )))) |