Skip to content
Snippets Groups Projects
Commit e183ffbe authored by Emmanuel Mongin's avatar Emmanuel Mongin
Browse files

Added contig_id column in supporting_feature table

parent b6ea6dcf
No related branches found
No related tags found
No related merge requests found
......@@ -263,6 +263,7 @@ CREATE TABLE repeat_feature (
CREATE TABLE supporting_feature (
supporting_feature_id int(10) unsigned NOT NULL auto_increment,
exon_id int NOT NULL,
contig_id int(10) unsigned NOT NULL,
seq_start int(10) NOT NULL,
seq_end int(10) NOT NULL,
score int(10) NOT NULL,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment