__init__(self,
name,
db,
rettype,
abbrev=None,
doc=None,
failure_cases=None,
delay=None,
timeout=None)
(Constructor)
Initialize an EUtilsDB connection for retrieval.
name is the name of the object, abbrev is an abbreviation for the
name, and doc is some documentation describing the object.
db is the name of the database at NCBI you want to retrieve from
(ie. protein, nucleotide, pubmed)
rettype is the type of information to return (ie. gp, gb, fasta,
medline)
failure_cases is a list of (Martel Expression, error message)
describing patterns of errors in the text returned by the script.
-
- Overrides:
Bio.config.DBRegistry.DBObject.__init__
|