Skip to content
Snippets Groups Projects
Commit 465b917c authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Added renaming of gene/transcript confidence to status.

parent 71af77e5
No related branches found
No related tags found
No related merge requests found
......@@ -16,3 +16,5 @@ CREATE TABLE regulatory_factor_coding (
) COLLATE=latin1_swedish_ci TYPE=MyISAM;
alter table transcript change confidence status enum( 'KNOWN', 'NOVEL', 'PUTATIVE', 'PREDICTED' );
alter table gene change confidence status enum( 'KNOWN', 'NOVEL', 'PUTATIVE', 'PREDICTED' );
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