Exemplo n.º 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, '-'))
Exemplo n.º 4
0
 def __init__(self, alphabet = Alphabet.Gapped(IUPAC.ambiguous_dna)):
     Alignment.__init__(self, alphabet)
Exemplo n.º 5
0
 def __init__(self):
     Alignment.__init__(self, Gapped(IUPAC.unambiguous_dna, '-'))
Exemplo n.º 6
0
 def __init__(self, *args, **kwargs):
     GenericAlignment.__init__(self, *args, **kwargs)