nmete has asked for the wisdom of the Perl Monks concerning the following question:
$rid is a legitimate request ID that is passed as parameter to the function.---------------------------------------------------- my @params = ( '-prog' => 'blastn', '-expect' => 1, '-readmethod' => 'SearchIO' ); my $factory = Bio::Tools::Run::RemoteBlast->new(@params); my $rc = $factory->retrieve_blast($rid); ----------------------------------------------------
20040725 Edit by ysth: add code tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: bioperl - 'Retrieve results for an RID'
by stajich (Chaplain) on Jul 23, 2004 at 21:23 UTC |