Summary of what happened:
Hi im trying to run fmriprep and I encountered this issue.
input data is BIDS-validated, I make sure of it.
What is the reason of this issue? and How should I solve this? Please lemme know.
Best,
JunYong Oh
Command used (and if a helper script was used, a link to the helper script or the command generated):
#User inputs:
bids_root_dir=$HOME/Desktop/bids_output
subj=01
nthreads=4
container=docker #docker or singularity
fmriprep-docker $bids_root_dir $bids_root_dir/fmriprep \
participant \
--participant-label $subj \
--skip-bids-validation \
--md-only-boilerplate \
--fs-license-file $HOME/Downloads/license.txt \
--fs-no-reconall \
--output-spaces MNI152NLin2009cAsym:res-2 \
--nthreads $nthreads \
--stop-on-first-crash \
--mem_mb 12000 \
-w $HOME
Version:
Environment (Docker, Singularity / Apptainer, custom installation):
Docker
Relevant log outputs (up to 20 lines):
PASTE LOG OUTPUT HERE
Data formatted according to a validatable standard? Please provide the output of the validator:
yes it is validated(Used BIDS validator)