From 087d3791845ffce8ea55fde514e076c5d74ab6fc Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Tue, 30 Apr 2024 14:39:19 +0300 Subject: Minor updates. Signed-off-by: Munyoki Kilyungi --- topics/gn-uploader/data-upload-validation.gmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/gn-uploader/data-upload-validation.gmi b/topics/gn-uploader/data-upload-validation.gmi index 221cee5..8d005bb 100644 --- a/topics/gn-uploader/data-upload-validation.gmi +++ b/topics/gn-uploader/data-upload-validation.gmi @@ -21,7 +21,7 @@ I selected the suitable file type from the expression data options, whether aver # Challenges Faced and Solutions -During the data upload process, I encountered several challenges that required solutions. One challenge was identified as a database schema bug: a bug in which the "ProbeSetSE" has the column "StrainId" but with a different size integer (smaller) than that in table "Strain” which could cause errors when inserting data, if the strain exceeds the value 65535. The solution to this was to run a query to correct it against the database. +During the data upload process, I encountered several challenges that required solutions. One challenge was identified as a database schema bug: a bug in which the "ProbeSetSE" has the column "StrainId" but with a different size integer (smaller) than that in table "Strain" which could cause errors when inserting data, if the strain exceeds the value 65535. The solution to this was to run a query to correct it against the database. Another error surfaced during the dataset upload process: -- cgit v1.2.3