def _copy(self, alignment): Alignment._copy(self, alignment) self._targets = [ record for record in self._records if not record.id.startswith("_seed_") ] self._rename()
def _copy(self, alignment): Alignment._copy(self, alignment) self._targets = [record for record in self._records if not record.id.startswith("_seed_")] self._rename()
def __init__(self, *args, **kwargs): Alignment.__init__(self, *args, **kwargs) self._mapping = {}
def __init__(self, *args, **kwargs): Alignment.__init__(self,*args, **kwargs) self._mapping = {}