in reply to Re: Bio::Search::Hit::BlastHit unreturned results misformats csv output
in thread Bio::Search::Hit::BlastHit unreturned results misformats csv output
The same is true for next_hsp(). Therefore, I thought if I threw I check to see if they are defined, it would only print if they are. Is this incorrect?Title : next_hit Usage : while( $hit = $result->next_hit()) { ... } Function: Returns the next available Hit object, representing potenti +al matches between the query and various entities from the dat +abase. Returns : a Bio::Search::Hit::HitI object or undef if there are no mo +re. Args : none
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Bio::Search::Hit::BlastHit unreturned results misformats csv output
by jrsimmon (Hermit) on Jun 30, 2009 at 18:48 UTC |