Skip to content
Snippets Groups Projects
Commit 0b0760c9 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Comment out buggy EG code (see "EG BUG: FIXME").

parent 4850cb84
No related branches found
No related tags found
No related merge requests found
......@@ -1559,10 +1559,11 @@ sub _objs_from_sth {
$slice = $dest_slice;
} else {
$slice =
$sa->fetch_by_seq_region_id( $seq_region_id, $seq_region_start,
$seq_region_end, $seq_region_strand
);
## EG BUG: FIXME
# $slice =
# $sa->fetch_by_seq_region_id( $seq_region_id, $seq_region_start,
# $seq_region_end, $seq_region_strand
# );
}
my $display_xref;
......
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