Solutions to Rosalind bioinformatics problems using Python: https://rosalind.info/problems/locations/
What is present:
- Description of the problem and link to Rosalind
- Input and Output file
- Solution in Python
- Testing using PyTest module.
- python -m venv your-environment-name
- source activate your-environment-name
- pip install -r requirements.txt
- deactivate (Use when done!)
- Ameliorate some of the algorithms as I move forward, because some solutions are slow