From f07b917cb83cd20a36db7bc72d8b79d7511ca585 Mon Sep 17 00:00:00 2001
From: Frederick Muriuki Muriithi
Date: Mon, 30 Jun 2025 09:30:43 -0500
Subject: Allow independent transposition of each file
* Rework UI to provide independent selection of whether or not each
file is transposed
* Update the backend code to individually set the transposition status
for each file independently.
---
.../phenotypes/add-phenotypes-raw-files.html | 330 +++++++++++++--------
1 file changed, 203 insertions(+), 127 deletions(-)
(limited to 'uploader/templates/phenotypes')
diff --git a/uploader/templates/phenotypes/add-phenotypes-raw-files.html b/uploader/templates/phenotypes/add-phenotypes-raw-files.html
index 5c6aaab..67b56e3 100644
--- a/uploader/templates/phenotypes/add-phenotypes-raw-files.html
+++ b/uploader/templates/phenotypes/add-phenotypes-raw-files.html
@@ -103,139 +103,215 @@
documentation for more information.
-
-
-
-
-
-
-
- We expect the data in the file as a matrix of
- samples × phenotypes, but it could be your file is
- transposed, (i.e. it is a matrix of
- “phenotypes × samples”, rather than the expected
- form).
-
- If that is the case for your files, mark your files as trasposed by
- ensuring that this checkbox is checked.
-
-