luxia
11/2/2016 - 12:56 PM

Biopython

Biopython

cd <directory where python is located>
python
import Bio #import biopython
from Bio.Seq import Seq #from/import allows you to import single functions from a moduals (lets you keep your RAm time lower)