[Bioperl-guts-l] [Bug 2357] RemoteBlast.pm module limits the number of hits returned

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Wed Sep 5 16:10:52 EDT 2007


http://bugzilla.open-bio.org/show_bug.cgi?id=2357





------- Comment #3 from cjfields at uiuc.edu  2007-09-05 16:10 EST -------
Acc. to the URLAPI for NCBI's QBlast:

http://www.ncbi.nlm.nih.gov/staff/tao/URLAPI/new/node13.html

descriptions and alignments must be set via PUT and GET (submission and
request), as one can potentially retrieve BLAST reports in multiple formats
using the same RID.  

Adding these lines works for me:

$Bio::Tools::Run::RemoteBlast::HEADER{'DESCRIPTIONS'} = 500;
$Bio::Tools::Run::RemoteBlast::HEADER{'ALIGNMENTS'} = 500;
$Bio::Tools::Run::RemoteBlast::RETRIEVALHEADER{'DESCRIPTIONS'} = 500;
$Bio::Tools::Run::RemoteBlast::RETRIEVALHEADER{'ALIGNMENTS'} = 500;

I'm a bit reluctant to change much with RemoteBlast at the moment as we're
planning a complete revamp of the various BLAST utilities.  Roger Hall might
comment on this further so I'll leave it up for now.


-- 
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Bioperl-guts-l mailing list