This project is for rebuiding gene.iobio database based on gene.model.db
Since the gff files are massive, it will take a while to process and read into the database. That said, there is space to optimize. For example, use Dask to process data parallelly.
git clone https://github.com/iobio/geneinfo.db.git
cd your project directory
python3 -m venv myenv
source myenv/bin/activate
pip3 install -r requirements.txt
Python3 data_downloader.py
Python3 database_builder.py
python3 create_genes.json
cp genes.json ../gene.iobio/client/data/