Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 472 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 472 Bytes

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/