示例#1
0
    def __init__(self, alphabet = Alphabet.Gapped(IUPAC.ambiguous_dna)):
        Alignment.__init__(self, alphabet)

        # represent all of those stars in the aln output format
        self._star_info = ''
        
        self._version = ''
 def __init__(self, alphabet = Alphabet.Gapped(IUPAC.ambiguous_dna)):
     Alignment.__init__(self, alphabet)
 def __init__(self):
     Alignment.__init__(self, Gapped(IUPAC.unambiguous_dna, '-'))
示例#4
0
 def __init__(self, alphabet = Alphabet.Gapped(IUPAC.ambiguous_dna)):
     Alignment.__init__(self, alphabet)
示例#5
0
 def __init__(self):
     Alignment.__init__(self, Gapped(IUPAC.unambiguous_dna, '-'))
示例#6
0
 def __init__(self, *args, **kwargs):
     GenericAlignment.__init__(self, *args, **kwargs)