Skip to content

Commit

Permalink
adding missing fastqc values
Browse files Browse the repository at this point in the history
  • Loading branch information
leannehaggerty committed Apr 10, 2024
1 parent 8ba7f94 commit 531b897
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/mysql/create_db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ create table data_files (
sequence_duplication_levels SET("PASS","FAIL","WARN"),
overrepresented_sequences SET("PASS","FAIL","WARN"),
adapter_content SET("PASS","FAIL","WARN"),
primary key (file_id)
total_sequences int,
gc_content int,
primary key (file_id)
);
create table study (
study_id int not null auto_increment,
Expand Down

0 comments on commit 531b897

Please sign in to comment.