Note
should translateNucleotideSequence return a const array of chars rather than a mutable array?
UPDATE: No, as some processing of the sequence may be necessary this wouldn’t work.
should translateNucleotideSequence return a const array of chars rather than a mutable array?
UPDATE: No, as some processing of the sequence may be necessary this wouldn’t work.