1 May 19:33
Re: Bio::DB::SeqFeature::Segment problem
Lincoln Stein <lincoln.stein <at> gmail.com>
2009-05-01 17:33:09 GMT
2009-05-01 17:33:09 GMT
Hi Jon, Sounds like your multiple chromosome-1 problems have been cleared up. The documentation should mention the exception and doesn't. I will fix it. Lincoln On Thu, Apr 30, 2009 at 12:40 PM, Jon Flowers <jonathanmflowers <at> gmail.com>wrote: > > Dear colleagues, > > I have set up a mySQL database and loaded a GFF3 and fasta file using > Bio::DB::SeqFeature::Store::GFF3Loader. Everything appears to be working > normally except when I attempt to create a Bio::DB::SeqFeature::Segment > object. > > The following works as expected: > > my $db = Bio::DB::SeqFeature::Store->new(-adaptor => 'DBI::mysql', > -dsn => > 'dbi:mysql:foo', > -user => > 'myuser', > -pass => > 'mypassword', > -write => > '1'); > > my @features = $db->features(-seq_id=>'chr1',(Continue reading)
RSS Feed