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