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

Module SeqRecord

source code

Represent a Sequence Record, a sequence with annotation.

Classes [hide private]
  _RestrictedDict
Dict which only allows sequences of given length as values (PRIVATE).
  SeqRecord
A SeqRecord object holds a sequence and information about it.
Functions [hide private]
 
_test()
Run the Bio.SeqRecord module's doctests (PRIVATE).
source code
Variables [hide private]
  __package__ = None
hash(x)
Function Details [hide private]

_test()

source code 

Run the Bio.SeqRecord module's doctests (PRIVATE).

This will try and locate the unit tests directory, and run the doctests from there in order that the relative paths used in the examples work.