Skip to content

GenomicMedLab/software-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 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/

About

Cookiecutter templates for lab software projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5