Rosalind Problems
The goal of this repository is to improve my knowledge at bioinformatics via solving Rosalind problems.
How to run
- Example 1:
> cd rolasind/problems/fibd
> python solution.py
82225911288903110704
> python tests.py
.....
----------------------------------------------------------------------
Ran 5 tests in 0.003s
OK
- Example 2:
> cd rosalind
> python -m unittest discover -s problems -p "tests.py"
.......................
----------------------------------------------------------------------
Ran 23 tests in 0.005s
OK