Add some comment on the location of the align method.
This commit is contained in:
@ -7,6 +7,10 @@ from ._obidms cimport OBIView, OBIDMS_column, OBIDMS_column_multi_elts
|
|||||||
cdef class OBIDMS_column_seq(OBIDMS_column):
|
cdef class OBIDMS_column_seq(OBIDMS_column):
|
||||||
cpdef object get_line(self, index_t line_nb)
|
cpdef object get_line(self, index_t line_nb)
|
||||||
cpdef set_line(self, index_t line_nb, object value)
|
cpdef set_line(self, index_t line_nb, object value)
|
||||||
|
|
||||||
|
# TO DISCUSS :
|
||||||
|
# I'am not sure that this method has to be declared here
|
||||||
|
# Alignment must be declared outside of the sequence object
|
||||||
cpdef align(self,
|
cpdef align(self,
|
||||||
OBIView score_view,
|
OBIView score_view,
|
||||||
OBIDMS_column score_column,
|
OBIDMS_column score_column,
|
||||||
|
Reference in New Issue
Block a user