Skip to content
Snippets Groups Projects
Commit c25576f4 authored by Ian Longden's avatar Ian Longden
Browse files

identity_xref tables changes plus update to latest version number

parent 6751b79e
No related branches found
No related tags found
No related merge requests found
CREATE TABLE `identity_xref` (
`object_xref_id` int(10) unsigned NOT NULL default '0',
`query_identity` int(5) default NULL,
`target_identity` int(5) default NULL,
`hit_start` int(11) default NULL,
`hit_end` int(11) default NULL,
`translation_start` int(11) default NULL,
`translation_end` int(11) default NULL,
`xref_identity` int(5) default NULL,
`ensembl_identity` int(5) default NULL,
`xref_start` int(11) default NULL,
`xref_end` int(11) default NULL,
`ensembl_start` int(11) default NULL,
`ensembl_end` int(11) default NULL,
`cigar_line` text collate latin1_bin,
`score` double default NULL,
`evalue` double default NULL,
......
1 \N schema_version 51
1 \N schema_version 53
2 1 assembly.default NCBI34
33 1 species.classification Chordata
32 1 species.classification Vertebrata
......
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