예제 #1
0
파일: __init__.py 프로젝트: yohell/msaview
 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
예제 #2
0
파일: __init__.py 프로젝트: yohell/msaview
 def __init__(self):
     Component.__init__(self)
     self.substitution_matrix = get_matrix('blosum62')