version 20.2.0, using singularity.
The sherlock merlin dataset (openneuro ds001110) has images that were already skull-stripped and fmriprep did not auto-detect that they were skull stripped (this seems to have happened for all of the subjects, not just one or a few). Passing the flag '--skull-strip-t1w skip' did indeed skip skull stripping as expected though.
report after running fmriprep naively with no option set for --skull-strip-t1w (default 'auto'):

running with '--skull-strip-t1w skip':

Hi @jsmentch - the default option is force.
@mgxd ah, well that resolves this then... thank you!
Can you report back on the success of auto? Part of the reason for defaulting to force was lack of confidence in the heuristic.
Hi @effigies I've rerun this with auto and things look good for the most part, however, it appears that sub-27 was re-skull stripped, see image:

Ah, thanks! Good opportunity to improve our heuristic. I'm going to reopen this in smriprep where the heuristic is implemented.