[Bioperl-l] Strangeness in bioperl-1.4::Bio::DB::GFF::Segment...?
Philip MacMenamin
pm66 at nyu.edu
Thu Feb 12 13:30:44 EST 2004
Hi,
So I have WS118 SQLdb running here, and I run
select * from fattribute where gname = 'AH6.5';
and I get some stuff returned.
So, if I run (via perl)
my $panelSeg = $db->segment('AH6');
I get stuff returned (ie all of the AH's, like I'd expect).
However, if I run:
my $panelSeg = $db->segment('AH6.5');
I get nothing returned.
This seems odd to me...
I am of course doomed to figure out why as soon as I post this though :)
Philip
More information about the Bioperl-l
mailing list