olsonjac/dna_rna_aa.py

Amino Acid sequence appended out of order (aa_seq)

Closed this issue · 0 comments

The amino acid sequence (aa_seq) is being appended to that list out of order because it is being appended as the dictionary values appear in the rna_codon_dict. This dictionary is being used to find the amino acid that matches the codon found in the mRNA sequence.