Skip to content

Organizing your workflow tips & BIDS standard

Christopher J. Steele edited this page Jul 4, 2019 · 2 revisions

Tips

basic folder structure:

your data go in:

/data/neuralabc/YourUserName/ProjectName/source

your scripts for analysis go in:

/data/neuralabc/YourUserName/ProjectName/scripts

your output of analyses go in:

/data/neuralabc/YourUserName/ProjectName/processing

when your processing output becomes stable/good and you are mainly using it as input for other analyses, you can move it to the source folder.

Brain Imaging Data Structure Standard

https://github.com/bids-standard/bids-starter-kit/blob/master/README.md

https://bids.neuroimaging.io/bids_spec.pdf

Clone this wiki locally