Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
8722e134
Commit
8722e134
authored
Oct 12, 2007
by
Ian Longden
Browse files
added call to flush the assembly caches after adding a new assembly
parent
3329b54a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm
modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm
+4
-0
No files found.
modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm
View file @
8722e134
...
...
@@ -1445,6 +1445,10 @@ sub store_assembly{
#$self->db->{seq_region_cache} = undef;
#$self->_cache_seq_regions();
my
$ama
=
$self
->
db
->
get_AssemblyMapperAdaptor
();
$ama
->
delete_cache
();
return
$asm_slice
->
name
.
"
<>
"
.
$cmp_slice
->
name
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment