Skip to content

dmartmillan/rosalind-problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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