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

added call to flush the assembly caches after adding a new assembly

parent 3329b54a
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
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