Skip to content

sdhutchins/cookiecutter-computational-biology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computational Biology

A boilerplate for reproducible computational biology projects that mirrors the ideology of Dr. William Stafford Noble's A Quick Guide to Organizing Computational Biology Projects.

Requirements

Install cookiecutter via the command line: pip install cookiecutter

Also, check out @audreyr's cookiecutter package in depth for more information.

Usage

To start a new computational biology project:

cookiecutter gh:sdhutchins/cookiecutter-computational-biology

Project Structure

.
├── AUTHORS.md
├── LICENSE
├── README.md
├── bin
├── data
├── docs
├── results
└── src

License

This project is licensed under the terms of the BSD License

Releases

No releases published

Packages

No packages published

Languages