Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 547 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 547 Bytes

###Solidran

This repository collects possibly ugly but simple and working solutions to Rosalind's problems. Within Solidran/ The directory's name reflect the problem's ID on the Rosalind list.

Each solution directory contains a README.md file that briefly explains what is going on. For each solution a dataset.txt is also provided which is a real example of the dataset given from Rosalind.

####Building

To build, run:

cabal install --only-dependencies
cabal configure
cabal build