Using skip skull stripping in fmriprep - where to put skull-stripped T1 files

Hi @fareshte

BIDS validation should be the first thing fmriprep does, and the validation report should be at the top of your output log.

It can be something like rec-skullstrip. As noted in the specification, the filename must be something like:

sub-<label>[_ses-<label>]_task-<label>[_acq-<label>][_ce-<label>][_rec-<label>][_dir-<label>][_run-<index>][_echo-<index>][_part-<mag|phase|real|imag>]_bold.nii[.gz]/json

You won’t need all the labels, but the order of the ones you do choose must abide by that.

Yes it would be part of your command, and the argument for that flag should link to a filter file you make. This part of documentation should be helpful..

Some other things:

Typically the output for these pipelines should go to $BIDSROOT/derivatives

I doubt you will need that much memory.

Best,
Steven