Clone this repo, create a virtual environment, and install cookiecutter:
git clone https://github.com/genomicmedlab/software-templates
cd software-templates
python3 -m virtualenv venv
source venv/bin/activate
python3 -m pip install -r requirements.txtChoose a template (eg python/) and an output directory (eg ~/projects) and run cookiecutter:
python3 -m cookiecutter -o ~/projects/ python/