Skip to content
Snippets Groups Projects
Commit ef321bcf authored by Graham McVicker's avatar Graham McVicker
Browse files

update slice for compara changes

parent d517e333
No related branches found
No related tags found
No related merge requests found
......@@ -1128,9 +1128,9 @@ sub get_all_compara_DnaAlignFeatures {
return [];
}
my $gaa = $compara_db->get_GenomicAlignAdaptor;
my $dafa = $compara_db->get_DnaAlignFeatureAdaptor;
return $gaa->fetch_DnaDnaAlignFeatures_by_Slice($self, $qy_species);
return $dafa->fetch_all_by_Slice($self, $qy_species);
}
......
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