Skip to content
Snippets Groups Projects
Commit 360bd093 authored by Anne Parker's avatar Anne Parker
Browse files

Added reminder to fetch_by_region

parent 16b896bd
No related branches found
No related tags found
No related merge requests found
......@@ -186,6 +186,7 @@ sub fetch_by_region {
if ($coord_system_name) {
$cs = $csa->fetch_by_name($coord_system_name,$version);
## REMOVE THESE THREE LINES WHEN STICKLEBACK DB IS FIXED!
if( !$cs && $coord_system_name eq 'chromosome' ) {
$cs = $csa->fetch_by_name('group',$version);
}
......
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