reads a PIR file
Imported modules
|
|
from MultAlignViewer.parse import WrongFileTypeError, FormatSyntaxError
from chimera.Sequence import Sequence
import string
|
Functions
|
|
parse
|
|
parse
|
parse ( fileName )
Exceptions
|
|
FormatSyntaxError( "Could not find end of sequence '%s'" % sequences [ -1 ].name )
WrongFileTypeError()
|
|
|