Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 684 Bytes

File metadata and controls

32 lines (21 loc) · 684 Bytes

Contributing guidelines

How to contribute

Fork the repository

Clone your fork with all the submodules

git clone --recurse-submodules https://github.com/YOUR_GH_USERNAME/cohort_creator.git

Install with all the dependencies in editable mode

pip install -e '.[dev]'

Install all openneuro datasets

In case you need to recreate the listing of datasets, you may need to install all the openneuro datasets contained in the datalad superdataset.

If so make sure to use the following command to facilate installing datasets in parallel:

datalad -f '{path}' subdatasets | xargs -n 1 -P 10 datalad install

Running the tests