Trees | Indices | Help |
---|
|
Database definitions for retrieval of FASTA formatted sequences.
|
|||
proxy_error_expr = has_expr(Alt(Str("500"), Str("502"))+ Str("
|
|||
diagnostic_error_expr = has_str("WWW Error 500 Diagnostic")
|
|||
error_expr = Str("ERROR")
|
|||
ncbi_failures = [(proxy_error_expr, "proxy error"), (diagnosti
|
|||
fasta_sequence_eutils = EUtilsDB(name= "fasta-sequence-eutils"
|
|||
fasta = DBGroup(name= "fasta", behavior= "serial")
|
|||
blank_expr = _M.AssertNot(_M.Re("."))
|
|||
html_expr = _M.Rep(_M.Any(_string.whitespace))+ _M.NoCase(_M.S
|
|
proxy_error_expr
|
ncbi_failures
|
fasta_sequence_eutils
|
html_expr
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Feb 7 11:50:22 2008 | http://epydoc.sourceforge.net |