-
Notifications
You must be signed in to change notification settings - Fork 2
Repository Structure
francescomariaesposito edited this page Jul 27, 2016
·
8 revisions
| /source | versioned | |
|---|---|---|
| /raw | Symbolic link to a directory with raw data | |
| /derived | Code to clean data from /raw | |
| /analysis | Code to perform analysis | |
| /tables | Templates for tables | |
| /draft | Draft publications | |
| /slides | ||
| /lib | ||
| /notes | Miscellaneous notes | |
| /output | versioned in git | |
| allowed to be called by code across subs | ||
| small files | ||
| /output_local | unversioned | |
| allowed to be called by code across subs | ||
| large files that are fast to reproduce | ||
| /output_large | versioned in gift-lfs | |
| allowed to be called by code across subs | ||
| large files that are slow to reproduce (or mission critical) | ||
| /temp | unversioned | |
| not allowed to be called by code across subs |