dmartmillan / rosalind-problems

Some solved problems of ROSALIND

Home Page:http://rosalind.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Some solved problems of ROSALIND

http://rosalind.info

License:MIT License


Languages

Language:Python 100.0%