reads an aligned FASTA file
Imported modules
|
|
from MultAlignViewer.parse import WrongFileTypeError, FormatSyntaxError
from chimera.Sequence import Sequence
import string
|
Functions
|
|
parse
|
|
parse
|
parse ( fileName )
Exceptions
|
|
FormatSyntaxError( "No sequence" " found for %s" % sequences [ -1 ].name )
WrongFileTypeError()
|
|
|