robgee Lv 1
Little bug here:
if Lysine==true then AminoAcid="R" end
Should be:
if Arginine==true then AminoAcid="R" end
Edit:
Ah..reefyrob has made the fix.
mutates all
Little bug here:
if Lysine==true then AminoAcid="R" end
Should be:
if Arginine==true then AminoAcid="R" end
Edit:
Ah..reefyrob has made the fix.