Summary of what happened:
I am using fMRIPrep-23.2.1 on a Linux computer. My files are on the computer’s desktop, and I have copied the path directly into my script. However, I continue receiving an error related to my fs license. It states, “fmriprep: error: Path does not exist: </home/nens/Desktop/fs_license/license.txt>.” I have also attempted removing the forward slash before my path names, and continue to receive the same error. Thank you for your help!
Command used (and if a helper script was used, a link to the helper script or the command generated):
docker run --rm nipreps/fmriprep \
--participant_label sub-004 -w /home/nens/Desktop/BIDS/workingFolder \
--fs-license-file /home/nens/Desktop/fs_license.txt \
--skip-bids-validation --dummy-scans 1 --output-spaces MNI152NLin2009Asym:res-2 \
/home/nens/Desktop/BIDS/raw /home/nens/Desktop/BIDS/derivatives participant
Version:
23.2.1Environment (Docker, Singularity / Apptainer, custom installation):
Docker
Data formatted according to a validatable standard? Please provide the output of the validator:
PASTE VALIDATOR OUTPUT HERE
Relevant log outputs (up to 20 lines):
fmriprep: error: Path does not exist: </home/nens/Desktop/fs_license/license.txt>