/rosalind

http://rosalind.info/problems/

Primary LanguagePython

Rosalind Problems

Build Status

The goal of this repository is to improve my knowledge at bioinformatics via solving Rosalind problems.

How to run

  1. Example 1:
> cd rolasind/problems/fibd
> python solution.py
82225911288903110704
> python tests.py
.....
----------------------------------------------------------------------
Ran 5 tests in 0.003s

OK
  1. Example 2:
> cd rosalind
> python -m unittest discover -s problems -p "tests.py"
.......................
----------------------------------------------------------------------
Ran 23 tests in 0.005s

OK