This repository contains code to solve problems on Rosalind.
The /tools
directory contains some common functions and classes that I use in multiple solutions, notably read_fasta
and check_input
. Each script is named after the problem it solves.