Skip to content
Snippets Groups Projects
Commit c744b912 authored by Stephen Searle's avatar Stephen Searle
Browse files

Changed from using toplevel to chromosome coordinate systems

parent 9623b6e0
No related branches found
No related tags found
No related merge requests found
......@@ -290,7 +290,7 @@ sub fetch_all_by_Slice {
};
$from_coord_system = $csa->fetch_by_name('clone');
} elsif($self->_supported('ASSEMBLY')) {
$from_coord_system = $csa->fetch_by_name('toplevel');
$from_coord_system = $csa->fetch_by_name('chromosome');
$fetch_method = $self->can('fetch_all_by_chr_start_end');
} elsif($self->_supported('CONTIG')) {
$from_coord_system = $csa->fetch_by_name('contig');
......
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