/rosalind

My solutions to 🧬https://rosalind.info problems

Primary LanguagePythonMIT LicenseMIT

Project Setup

git clone https://github.com/mhyrzt/rosalind.git
python3 -m venv .venv
uv pip install requirements.txt # or simply use pip