コード例 #1
0
ファイル: AlignmentUtils.py プロジェクト: allista/BioUtils
 def __add__(self, other):
     return self.from_msa(MultipleSeqAlignment.__add__(self, other))
コード例 #2
0
 def __add__(self, other):
     return self.from_msa(MultipleSeqAlignment.__add__(self, other))