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
93224443
Commit
93224443
authored
18 years ago
by
Glenn Proctor
Browse files
Options
Downloads
Patches
Plain Diff
PRIMARY_DB_SYN -> PRIMARY_DB_SYNONYM
parent
c68dd10f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
misc-scripts/external_db/external_dbs.txt
+2
-2
2 additions, 2 deletions
misc-scripts/external_db/external_dbs.txt
sql/table.sql
+1
-1
1 addition, 1 deletion
sql/table.sql
with
3 additions
and
3 deletions
misc-scripts/external_db/external_dbs.txt
+
2
−
2
View file @
93224443
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
827 FlyBaseCGID_transcript 1 XREF 1 0 50 FlyBaseCGID transcript MISC
827 FlyBaseCGID_transcript 1 XREF 1 0 50 FlyBaseCGID transcript MISC
900 GKB 1 XREF 1 0 5 GKB MISC
900 GKB 1 XREF 1 0 5 GKB MISC
1000 GO 1 KNOWNXREF 1 0 5 GO MISC
1000 GO 1 KNOWNXREF 1 0 5 GO MISC
1100 HUGO 1 KNOWNXREF 0 1 100 HGNC Symbol PRIMARY_DB_SYN
1100 HUGO 1 KNOWNXREF 0 1 100 HGNC Symbol PRIMARY_DB_SYN
ONYM
1200 Interpro 1 XREF 1 0 5 Interpro MISC
1200 Interpro 1 XREF 1 0 5 Interpro MISC
1300 EntrezGene 1 KNOWNXREF 1 0 10 EntrezGene MISC
1300 EntrezGene 1 KNOWNXREF 1 0 10 EntrezGene MISC
1400 MarkerSymbol 1 KNOWNXREF 1 1 50 MGI Symbol MISC
1400 MarkerSymbol 1 KNOWNXREF 1 1 50 MGI Symbol MISC
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
2420 wormpep_id 1 KNOWN 1 0 5 Wormpep ID MISC
2420 wormpep_id 1 KNOWN 1 0 5 Wormpep ID MISC
2430 wormbase_pseudogene 1 PSEUDO 1 0 5 Wormbase Pseudogene MISC
2430 wormbase_pseudogene 1 PSEUDO 1 0 5 Wormbase Pseudogene MISC
2440 wormbase_locus 1 KNOWN 1 0 5 Wormbase Locus MISC
2440 wormbase_locus 1 KNOWN 1 0 5 Wormbase Locus MISC
2510 ZFIN_ID 1 KNOWNXREF 1 1 5 ZFIN PRIMARY_DB_SYN
2510 ZFIN_ID 1 KNOWNXREF 1 1 5 ZFIN PRIMARY_DB_SYN
ONYM
2530 ZFIN_xpat 1 KNOWNXREF 1 0 4 ZFIN expression patterns MISC
2530 ZFIN_xpat 1 KNOWNXREF 1 0 4 ZFIN expression patterns MISC
2600 GeneDB 1 KNOWN 1 0 5 GeneDB MISC
2600 GeneDB 1 KNOWN 1 0 5 GeneDB MISC
2601 cint_jgi_v1 1 KNOWN 1 0 10 JGI Gene ID (JGI 1.0) MISC
2601 cint_jgi_v1 1 KNOWN 1 0 10 JGI Gene ID (JGI 1.0) MISC
...
...
This diff is collapsed.
Click to expand it.
sql/table.sql
+
1
−
1
View file @
93224443
...
@@ -792,7 +792,7 @@ CREATE TABLE external_db (
...
@@ -792,7 +792,7 @@ CREATE TABLE external_db (
display_label_linkable
BOOLEAN
DEFAULT
0
NOT
NULL
,
display_label_linkable
BOOLEAN
DEFAULT
0
NOT
NULL
,
priority
INT
NOT
NULL
,
priority
INT
NOT
NULL
,
db_display_name
VARCHAR
(
255
),
db_display_name
VARCHAR
(
255
),
type
ENUM
(
'ARRAY'
,
'ALT_TRANS'
,
'MISC'
,
'LIT'
,
'PRIMARY_DB_SYN'
),
type
ENUM
(
'ARRAY'
,
'ALT_TRANS'
,
'MISC'
,
'LIT'
,
'PRIMARY_DB_SYN
ONYM
'
),
PRIMARY
KEY
(
external_db_id
)
PRIMARY
KEY
(
external_db_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