From 8ba7f94257addd6342d941292f82b4bd33ff1de0 Mon Sep 17 00:00:00 2001 From: Leanne Haggerty Date: Wed, 10 Apr 2024 11:58:45 +0100 Subject: [PATCH] Update qc_status allowed values --- src/mysql/create_db.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mysql/create_db.sql b/src/mysql/create_db.sql index 539830a..2aa02e1 100644 --- a/src/mysql/create_db.sql +++ b/src/mysql/create_db.sql @@ -37,7 +37,7 @@ create table run ( run_accession varchar(255) not null, species_taxon_id int not null, genus_taxon_id int, - qc_status varchar(255), + qc_status SET("NOT_CHECKED","QC_PASS","QC_FAIL","ALIGNED"), sample_accession varchar(255) not null, study_accession varchar(255) not null, read_type varchar(255),