Package Bio :: Module EZRetrieve
[hide private]
[frames] | no frames]

Module EZRetrieve

source code

This module contains code to access EZRetrieve.

Functions: retrieve_single Retrieve a single sequence from EZRetrieve. parse_single Parse the results from EZRetrieve into FASTA format.

Functions [hide private]
 
retrieve_single(id, from_, to, retrieve_by=None, organism=None, parse_results=1) source code
 
parse_single(handle)
Return a FASTA-formatted string for the sequence.
source code
Variables [hide private]
  __package__ = None
hash(x)
Function Details [hide private]

parse_single(handle)

source code 

Return a FASTA-formatted string for the sequence. May raise an AssertionError if there was a problem retrieving the sequence.