[BioPython] problem with GenBank
Iddo Friedberg
idoerg at burnham.org
Thu Dec 8 12:55:05 EST 2005
Hi Maurice,
Try narrowing down your initial search space. For example:
GenBank.search_for('OCT4', database='protein')
or:
GenBank.search_for('OCT4', database='nucleotide')
This actualy completes, although slower.
I am puzzled by why this is so slow myself, expecially as other queries
seem to complete in reasonable time. If anyone out there has any ideas,
please share them with us.
./I
Maurice Ling wrote:
> Hi,
>
> I'm using BioPython 1.41 with Python 2.4.1. I'm trying to use GenBank
> module,
>
> Python 2.4.1 (#1, Sep 16 2005, 17:46:53)
> [GCC 4.0.0 (Apple Computer, Inc. build 5026)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
> >>> from Bio import GenBank
> >>> GenBank.search_for('OCT4')
>
> But this takes forever. Any idea?
>
> Cheers
> Maurice
>
>
>_______________________________________________
>BioPython mailing list - BioPython at biopython.org
>http://biopython.org/mailman/listinfo/biopython
>
>
--
Iddo Friedberg, Ph.D.
Burnham Institute for Medical Research
10901 N. Torrey Pines Rd.
La Jolla, CA 92037 USA
Tel: +1 (858) 646 3100 x3516
Fax: +1 (858) 713 9949
http://ffas.ljcrf.edu/~iddo
More information about the BioPython
mailing list