Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ensembl
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
ensembl
Commits
d240616d
Commit
d240616d
authored
23 years ago
by
James Gilbert
Browse files
Options
Downloads
Patches
Plain Diff
Named all percentage identity columns to perc_ident and made them FLOAT
parent
b59ec4cb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sql/table.clean
+5
-5
5 additions, 5 deletions
sql/table.clean
with
5 additions
and
5 deletions
sql/table.clean
+
5
−
5
View file @
d240616d
...
...
@@ -245,7 +245,7 @@ CREATE TABLE protein_align_feature (
# What scoring do we need ?
evalue double,
perc_ident
tinyin
t,
perc_ident
floa
t,
score double,
PRIMARY KEY ( protein_align_feature_id ),
...
...
@@ -275,7 +275,7 @@ CREATE TABLE dna_align_feature (
# What scoring do we need ?
evalue double,
perc_ident
tinyin
t,
perc_ident
floa
t,
score double,
PRIMARY KEY ( dna_align_feature_id ),
...
...
@@ -380,8 +380,8 @@ CREATE TABLE supporting_feature (
hit_start int(11) NOT NULL,
hit_end int(11) NOT NULL,
hit_id varchar(40) NOT NULL,
evalue double
(16,4)
,
perc_id
int(10)
,
evalue double,
perc_id
ent
float
,
phase tinyint(1),
end_phase tinyint(1),
hit_strand tinyint(1),
...
...
@@ -513,7 +513,7 @@ CREATE TABLE protein_feature (
hit_id varchar(40) NOT NULL,
score double NOT NULL,
evalue double,
perc_ident
int(10)
,
perc_ident
float
,
PRIMARY KEY (protein_feature_id),
KEY (translation_id),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment