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
85b968d8
Commit
85b968d8
authored
15 years ago
by
Andreas Kusalananda Kähäri
Browse files
Options
Downloads
Patches
Plain Diff
Remove duplicated comment.
parent
a3a5471a
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/patch_55_56_c.sql
+1
-6
1 addition, 6 deletions
sql/patch_55_56_c.sql
with
1 addition
and
6 deletions
sql/patch_55_56_c.sql
+
1
−
6
View file @
85b968d8
...
...
@@ -164,7 +164,6 @@ DELETE from external_db where external_db_id=4305 and db_name='AgilentCGH';
DELETE
from
external_db
where
external_db_id
=
6000
and
db_name
=
'Codelink'
;
-- Delete unmapped_reasons
DELETE
ur
from
unmapped_reason
ur
,
unmapped_object
uo
where
uo
.
type
=
'probe2transcript'
and
uo
.
unmapped_reason_id
=
ur
.
unmapped_reason_id
;
...
...
@@ -173,15 +172,11 @@ DELETE ur from unmapped_reason ur, unmapped_object uo where uo.type='probe2trans
DELETE
from
unmapped_object
where
type
=
'probe2transcript'
;
#
Drop
oligo
tables
last
so
we
do
not
get
errors
,
should
we
need
to
rerun
--
Drop oligo tables last so we do not get errors, should we need to rerun
DROP
table
oligo_array
;
DROP
table
oligo_probe
;
DROP
table
oligo_feature
;
-- Also need to remove xref only array data for db_name like AGILENT, Illumina, CODELINK
INSERT
INTO
meta
(
species_id
,
meta_key
,
meta_value
)
VALUES
(
NULL
,
'patch'
,
'patch_55_56_c.sql|drop_oligo_tables_and_xrefs'
);
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