From 0b0760c986a018b72e511bccf1ec5b71cd108419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kusalananda=20K=C3=A4h=C3=A4ri?= <ak4@sanger.ac.uk> Date: Tue, 17 Aug 2010 15:28:54 +0000 Subject: [PATCH] Comment out buggy EG code (see "EG BUG: FIXME"). --- modules/Bio/EnsEMBL/DBSQL/TranscriptAdaptor.pm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/Bio/EnsEMBL/DBSQL/TranscriptAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/TranscriptAdaptor.pm index 34b0506161..699689c799 100644 --- a/modules/Bio/EnsEMBL/DBSQL/TranscriptAdaptor.pm +++ b/modules/Bio/EnsEMBL/DBSQL/TranscriptAdaptor.pm @@ -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; -- GitLab