Skip to content

GenomicMedLab/software-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/