GenomicMedLab / software-templates

Cookiecutter templates for lab software projects
MIT License
0 stars 0 forks source link

Lab Software Templates

Instructions

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.txt

Choose a template (eg python/) and an output directory (eg ~/projects) and run cookiecutter:

python3 -m cookiecutter -o ~/projects/ python/