[BioPerl] Re: [Bioperl-l] Bio::Perl blast function not working
paul.boutros at utoronto.ca
paul.boutros at utoronto.ca
Tue Nov 25 13:12:13 EST 2003
I think this bug is caused by a change in the RID format at NCBI. I think the
format is basically the same, except that you must now append .QBLAST to the
end. So you'd need to be checking results for the RID:
1069780799-8428-65894659018.QBLAST
instead of
1069780799-8428-65894659018
Does that fix it?
Paul
> Yup, so long as i know that it is still a going concern I will have a
> look at it myself to see if i can track it down.
>
> The bug can be reproduced as follows:
>
> use Bio::Perl;
>
> $seq = get_sequence('swissprot', 'P35632');
> $blast = blast_sequence($seq);
> write_blast(">mySequenceBlast", $blast);
>
>
> results in:
>
> Submitted Blast for [AP3_ARATH]
> -------------------- WARNING ---------------------
> MSG:
>
> <p><!--
> QBlastInfoBegin
> Status=UNKNOWN
> QBlastInfoEnd
> --><p><BODY BGCOLOR="#FFFFFF">
> <hr><font color="red">ERROR: Results for RID 1069780799-8428-65894659018
> not found</font><hr>
>
>
> ---------------------------------------------------
>
>
> I'll have a go at stepping through the code later today after I finish
> writing this lesson.
>
> Cheers all!
>
> M
>
>
> On Tue, 2003-11-25 at 10:49, Jason Stajich wrote:
> > Error messages, your own debugging efforts are always helpful here too...
> >
> > -jason
> > On Tue, 25 Nov 2003, Mark Wilkinson wrote:
> >
> > > Hi all,
> > >
> > > I'm teaching a course on BioPerl next week and I'm putting the
> > > "beginners" lesson together using the Bio::Perl module. I notice that
> > > the blast_sequence function is not working anymore... is this just a
> > > temporary glitch, or is this function not supported these days?
> > >
> > > Any advice appreciated,
> > >
> > > M
> > >
> > >
> > >
> >
> > --
> > Jason Stajich
> > Duke University
> > jason at cgt.mc.duke.edu
> > _______________________________________________
> > Bioperl-l mailing list
> > Bioperl-l at portal.open-bio.org
> > http://portal.open-bio.org/mailman/listinfo/bioperl-l
> --
> Mark Wilkinson <markw at illuminae.com>
> Illuminae
>
>
>
> ------------------------------
>
> _______________________________________________
> Bioperl-l mailing list
> Bioperl-l at portal.open-bio.org
> http://portal.open-bio.org/mailman/listinfo/bioperl-l
>
> End of Bioperl-l Digest, Vol 7, Issue 15
> ****************************************
>
More information about the Bioperl-l
mailing list