[BioPython] script for clustal alignment format

Rick Ree rree@oeb.harvard.edu
Tue, 24 Oct 2000 11:39:00 -0400 (EDT)


Whoops... the last line should be:

    print ljust(taxon, max_namewidth+1), data[taxon]

Like I said, quick and dirty...

On Tue, 24 Oct 2000, Rick Ree wrote:

> Scott,
> 
> Here's a quick and dirty script that reads a clustal alignment from stdin
> and prints a 'matrix' to stdout.  Should be easily modifiable for fasta.
> 
> --Rick