Package Bio :: Package dbdefs :: Module swissprot
[hide private]
[frames] | no frames]

Module swissprot

source code

Variables [hide private]
  swissprot_expasy_cgi = CGIDB(name= "swissprot-expasy-cgi", doc...
  swissprot_usmirror_cgi = CGIDB(name= "swissprot-usmirror-cgi",...
  swissprot = DBGroup(name= "swissprot", behavior= "serial", doc...
  blank_expr = _M.AssertNot(_M.Re("."))
  html_expr = _M.Rep(_M.Any(_string.whitespace))+ _M.NoCase(_M.S...
Variables Details [hide private]

swissprot_expasy_cgi

Value:
CGIDB(name= "swissprot-expasy-cgi", doc= "Retrieve a swiss-prot entry \
by ID from ExPASy.", cgi= "http://www.expasy.ch/cgi-bin/get-sprot-raw.\
pl", delay= 5.0, params= [], key= "", failure_cases= [(blank_expr, "no\
 results")])

swissprot_usmirror_cgi

Value:
CGIDB(name= "swissprot-usmirror-cgi", doc= "Retrieve a swiss-prot entr\
y by ID from the US mirror.", cgi= "http://us.expasy.org/cgi-bin/get-s\
prot-raw.pl", delay= 5.0, params= [], key= "", failure_cases= [(blank_\
expr, "no results")])

swissprot

Value:
DBGroup(name= "swissprot", behavior= "serial", doc= "Retrieve a swiss-\
prot entry by ID.  Will try different servers until one works.",)

html_expr

Value:
_M.Rep(_M.Any(_string.whitespace))+ _M.NoCase(_M.Str("<html>"))