Hi. Using the following command:
docker run -ti --rm \ -v /data/adam_music/raw_data:/data/in \ -v /data/adam_music/derivatives/freesurfer:/data/freesurfer \ -v /data/adam_music/derivatives/baracus:/data/out \ bids/baracus /data/in /data/out participant \ --license_key "XX" --freesurfer_dir /data/freesurfer --participant_label P01
And it's saying Freesurfer data not found for P01. I previously ran fMRIprep on these subjects and Freesurfer outputs are there in derivatives/freesurfer. Actually, it started to run recon-all in the exact same directory where the other outputs are...lol.
The docs mention Freesurfer 5.3.0. Mine are in a newer version: 7.3.2. Could this be the problem? I could re-run recon-all, but this would be cumbersome, and I'm also on a deadline.
Any help is appreciated! Thanks.