Skip to content
Snippets Groups Projects
Commit 9b161e30 authored by Eugene Kulesha's avatar Eugene Kulesha
Browse files

fixed the bug caused by a call to objs_from_sth without dest_slice

parent caf881e8
No related branches found
No related tags found
No related merge requests found
......@@ -326,7 +326,7 @@ sub _objs_from_sth {
# a fair bit of gymnastics is used.
#
my $sa = $dest_slice->adaptor();
my $sa = $dest_slice ? $dest_slice->adaptor() : $self->db()->get_SliceAdaptor();;
my $aa = $self->db->get_AnalysisAdaptor();
my @features;
......
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