From 733d7e89612a7324856611030c0e8faa0b51538c Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 2 Jun 2025 14:48:11 -0500 Subject: Compute data in files lazily. --- scripts/load_phenotypes_to_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/load_phenotypes_to_db.py b/scripts/load_phenotypes_to_db.py index e044b8f..fdfab4c 100644 --- a/scripts/load_phenotypes_to_db.py +++ b/scripts/load_phenotypes_to_db.py @@ -129,7 +129,7 @@ def save_numeric_data( control_data["sep"], control_data["comment.char"]) - _filescontents = tuple( + _filescontents = ( rqtl2.read_csv_file(path, separator=control_data["sep"], comment_char=control_data["comment.char"]) -- cgit v1.2.3