Skip to content
This repository was archived by the owner on Dec 4, 2022. It is now read-only.

Solutions to the Rosalind problem set as a python package

Notifications You must be signed in to change notification settings

danhalligan/bioinformatics-stronghold

Repository files navigation

rosalind

CI workflow

Solutions to the Rosalind problems in python as a command line app.

I'm trying not to use Biopython (whilst also not attempting to rewrite this from scratch!)

Some build details that I'm playing with while putting this together:

Install

You can install with pip:

pip3 install rosalind

Examples

rosalind dna rosalind_dna.txt

Testing

You can run tests using poetry. For example, to test a function with the test data, run something like:

poetry run rosalind fib tests/data/test_fib.txt

To run all tests and calculate coverage run:

poetry run pytest --cov rosalind

Releases

No releases published

Packages

No packages published

Languages