Setup

Note:

Python3 is required for this tool. You can download python here

Run the following commands from cgenomicstool parent directory

        python3 -m venv venv
        source venv/bin/activate
        pip install wheel
        pip install -r requirements.txt
        

Above commands allows you to install django in virtual environment (venv)