23 Jan 2013 00:40
Re: Bio::DB::Taxonomy example
Fields, Christopher J <cjfields <at> illinois.edu>
2013-01-22 23:40:05 GMT
2013-01-22 23:40:05 GMT
Done. Thanks for pointing that out! chris On Jan 23, 2013, at 5:45 AM, Shyam Saladi <saladi1 <at> illinois.edu> wrote: > Hi, > > There is an example on how to use Bio::DB::Taxonomy at > http://www.bioperl.org/wiki/Module:Bio::DB::Taxonomy > > I tried the script but could not get it to work properly. After looking > through the documentation it seems that > > my <at> extant_children = grep { $_->rank eq 'species' } > $node->get_all_Descendents; > > should instead be > > my <at> extant_children = grep { $_->rank eq 'species' } > $db->get_all_Descendents($node) > > I found this solves the problem for me. If my fix is in fact correct, an > admin may want to change the example script online. > > Thanks, > Shyam > ** > _______________________________________________ > Bioperl-l mailing list > Bioperl-l <at> lists.open-bio.org > http://lists.open-bio.org/mailman/listinfo/bioperl-l
RSS Feed