aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/load_phenotypes_to_db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/load_phenotypes_to_db.py b/scripts/load_phenotypes_to_db.py
index 80b11af..b0cc7f6 100644
--- a/scripts/load_phenotypes_to_db.py
+++ b/scripts/load_phenotypes_to_db.py
@@ -116,7 +116,7 @@ def __build_dataitems__(
):
_headers = rqtl2.read_csv_file_headers(
phenofiles[0],
- control_data[f"{filetype}_transposed"],
+ False, # Any transposed files have been un-transposed by this point
control_data["sep"],
control_data["comment.char"])
_filescontents = (