Home

Awesome

DNA Transcription and Translation Kata

This is a bioinformatics-related code kata designed for practicing test-driven development in tasks that involve data processing.

Goal:

Write a program that can take a DNA sequence as input and, as output, show all the hypothetical protein sequences that could be translated from it.

Example:

Specifications:

Below are the specifications in written form. For a diagram, see the picture dna_kata_explanation.png in this folder.

Try it out using this online tool and type in the following sequence: ttatttgggcatcc and press the "Translate" button, and look for the protein sequence highlighted in red.