What's New
**1. ViennaRNA package is removed from auto installation list**
ViennaRNA package was not installed well with pip.
GenET is not installed with ViennaRNA anymore, and you need to use conda install.
**2. genet.database module is now available!!**
You can use it like this:
python
from genet import database as db
brca1 = db.GetGene('BRCA1')
list_exons = brca1.exons()