Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 400 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (14 loc) · 400 Bytes

CONTRIBUTING

Requirements

To run the code you will need Matlab or Octave and SPM12.

Installing the cookbook

With Datalad:

datalad install --recursive https://github.com/Remi-Gau/bids_cookbook.git

Setting up miss_hit for Matlab linting and pre-commit

You might want to do this in a separate python environment.

pip install -r requirements.txt
pre-commit install