Skip to content

Commit

Permalink
Fix error while building a codon alignment, The default codon table i…
Browse files Browse the repository at this point in the history
…s always used
  • Loading branch information
maclandrol committed May 21, 2015
1 parent 0c4bd6a commit ab9e064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Bio/codonalign/__init__.py
Expand Up @@ -179,6 +179,7 @@ def build(pro_align, nucl_seqs, corr_dict=None, gap_char='-', unknown='X',
codon_rec = _get_codon_rec(pair[0], pair[1], corr_span,
alphabet=alphabet,
complete_protein=False,
codon_table=codon_table,
max_score=max_score)
codon_aln.append(codon_rec)
if corr_span[1] == 2:
Expand Down

0 comments on commit ab9e064

Please sign in to comment.