This the repository to host my code for the course Bioinformatics Algorithms(Part I) and the problems on rosalind. First I wrote the solutions of 36 problems on rosalind each in separate file. I observed that there was a lot of code duplication among files. So, I decided to compile the functions I wrote in a package.
I have been a developer at SymPy, a pure python computer algebra system. I love its simple and easy too use unit testing interface, with is based on py.test. I wanted to maintain the same TDD(Test Driven Development) work flow I used to follow at SymPy. With very little modification I was able to do it.