Gr1nx-bitbit / epigentics-sim

A venture to replicate and manipulate the process of retroviruses and how they affect our body
0 stars 0 forks source link

Change aminoAcid member variable from type string to type AminoCodon #4

Closed Gr1nx-bitbit closed 5 months ago

Gr1nx-bitbit commented 5 months ago

We want the aminoAcid member variable to be of type AminoCodon instead of string so we can check to see if it's a termination codon or start codon. This will feed into the peptideSynthesis