in reply to Re: BioPerl StandAloneBlast is returning unexpected undefined SearchIO object
in thread BioPerl StandAloneBlast is returning unexpected undefined SearchIO object

StandAloneBlast is a module in BioPerl (www.bioperl.org) and therefore kind of a black box..
With that said, it should only return undef if the blast search that it did returns empty handed. But from doing the blast search manually (in my workaround) it can be seen that the search is not empty.
  • Comment on Re^2: BioPerl StandAloneBlast is returning unexpected undefined SearchIO object

Replies are listed 'Best First'.
Re^3: BioPerl StandAloneBlast is returning unexpected undefined SearchIO object
by John M. Dlugosz (Monsignor) on Jun 25, 2009 at 17:24 UTC
    Than it indicates a bug in that module. (That could be a documentation bug if its just not matching what you did by hand)
      This is also what I'm thinking. Only thing is that I think it is a widely used module and it would seem odd to me that no one has encountered this bug before :)