[Biopython] (no subject)

Peter Cock p.j.a.cock at googlemail.com
Thu Jun 2 13:17:57 UTC 2011


On Wed, Jun 1, 2011 at 2:46 PM, amir chaouki <chaouki.amir at gmail.com> wrote:
> biopython does the alignement or only reads alignement files formats????
>
> --
> *Amir Chaouki*

Hi Amir,

Biopython's Bio.AlignIO module reads alignment files, and there
are wrappers to help call some command line alignment tools in
Bio.Align.Applications as well. Unless you are doing research on
alignment algorithms, there doesn't seem to be much need for
actually implementing this kind of thing in Python directly.

Also, there is a pairwise alignment module, Bio.pairwise2, which
might be of interest.

Peter

P.S. Please give your emails a subject



More information about the Biopython mailing list