Methods
|
|
align
end_hsp
frame
identities
query
sbjct
score
start_hsp
strand
|
|
align
|
align ( self, line )
Exceptions
|
|
SyntaxError, "Match is longer than the query in line\n%s" % line
|
|
|
end_hsp
|
end_hsp ( self )
|
|
frame
|
frame ( self, line )
|
|
identities
|
identities ( self, line )
|
|
query
|
query ( self, line )
Exceptions
|
|
SyntaxError, "I could not find the query in line\n%s" % line
|
|
|
sbjct
|
sbjct ( self, line )
Exceptions
|
|
SyntaxError, "QUERY and SBJCT sequence lengths don't match in line\n%s" % line
|
|
|
score
|
score ( self, line )
|
|
start_hsp
|
start_hsp ( self )
|
|
strand
|
strand ( self, line )
|
|