mne-bids-pipeline icon indicating copy to clipboard operation
mne-bids-pipeline copied to clipboard

explain how to get BIDS converted sample data

Open SophieHerbst opened this issue 5 years ago • 6 comments

What is the intended way to get the sample data in BIDS?

I tried make fetch, but it misses some dependencies:

sophie@Sophies-MacBook-Pro-2:~/repos/mne-study-template$ make fetch python ./tests/download_test_data.py --dataset= Traceback (most recent call last): File "./tests/download_test_data.py", line 5, in import datalad.api as dl ModuleNotFoundError: No module named 'datalad' make: *** [fetch] Error 1

How about a link to https://mne.tools/mne-bids/auto_examples/convert_mne_sample.html#sphx-glr-auto-examples-convert-mne-sample-py ? However, this crashes because of the emptyroom, see here.

SophieHerbst avatar Nov 19 '19 21:11 SophieHerbst

A link to the example would be great @SophieHerbst ! Thanks

jasmainak avatar Nov 21 '19 03:11 jasmainak

About datalad you can install by using pip. And you will also need to install git-annex.

jasmainak avatar Nov 21 '19 04:11 jasmainak

thanks @jasmainak these instructions should clearly be available with the template. is getting the data through fetch documented somewhere on the mne site?

SophieHerbst avatar Nov 21 '19 07:11 SophieHerbst

Hi @SophieHerbst, have you seen the documentation in CONTRIBUTING.md?

  • README --> contains docs for users
  • CONTRIBUTING --> contains docs for developers

We do/did not expect users to interact with datalad, that's why we pushed the respective information to the CONTRIBUTING guide.

sappelhoff avatar Nov 21 '19 08:11 sappelhoff

Hi @sappelhoff, thanks, this is what I was looking for. But I would not look into contributing if I just want to learn MNE and get the tutorial running. I think, we should explain how to get the data in the readme for non-expert users.

SophieHerbst avatar Nov 21 '19 09:11 SophieHerbst

It's true we don't have a single "example" to get the user started. The fetchers are really meant for the contributors. However, if there is interest and resources in Neurospin, I am not opposed to the idea of turning them into examples which can be run on sphinx-gallery.

jasmainak avatar Nov 25 '19 05:11 jasmainak