def integrate(self, ancestor, name=None): msa = integrate_ancestor_msa(self, ancestor) self.msaview_name = Component.integrate(self, msa, name) self.msa = msa return self.msaview_name
def __init__(self): Component.__init__(self) self.substitution_matrix = get_matrix('blosum62')