/rosalind-problems

Some solved problems of ROSALIND

Primary LanguagePythonMIT LicenseMIT

ROSALIND

ROSALIND Problems

On this repo we can found some solved problems of ROSALIND.

Installation

Installing packages using pip and a virtual environment:

sudo apt-get install python3-pip
sudo pip3 install virtualenv
virtualenv -p /usr/bin/python3 env/
source ./env/bin/activate
pip install -r requirements.txt 

Usage

Execute any script of BioInformaticsStronghold folder:

source ./env/bin/activate
python BioInformaticsStronghold/<script-file-name>.py

License

MIT