Package Bio :: Package Align
[hide private]
[frames] | no frames]

Package Align

source code

Code for dealing with sequence alignments.

One of the most important things in this module is the MultipleSeqAlignment class, used in the Bio.AlignIO module.

Submodules [hide private]

Classes [hide private]
  MultipleSeqAlignment
Represents a classical multiple sequence alignment (MSA).
Functions [hide private]
 
_test()
Run the Bio.Align module's doctests.
source code
Variables [hide private]
  __package__ = 'Bio.Align'
Function Details [hide private]

_test()

source code 

Run the Bio.Align module's doctests.

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.