Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 633 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 633 Bytes

Repo with my solutions to ROSALIND problems

ROSALIND is a "platform for learning bioinformatics through problem solving".

I'll update this file as we go along.


Within each directory, you should find a <file>.py that contains the code I used.

Concernig the BioPtyhon, all classes, objects and so on can be found here. A tutorial/documentation is also available.

I use a Conda environment when I run scripts containing BioPython module. source activate biopython where biopython is a Conda environment.