Problem
I am encountering an issue with the qsiprep reconstruction step. I am trying to run reconstruction for a single subject, which includes multiple sessions. While the first session will run successfully, the following sessions fail to process. I also compared the two sessions anat directory files and was not able to see any differences between them. Despite this, I will get the following error when the processing gets to the second session:
Exception: No MNI to T1w transform found in anatomical directory
Any help or suggestions would greatly be appreciated.
Thank you so much!
Command
singularity run --cleanenv \
-B /autofs -B /usr/pubsw \
-B /cluster -B /homes -B /space -B /vast -B /run/user \
$qsiprep \
$BIDS_DIR $Derivatives_DIR participant \
--participant_label ${SUBJECTS} \
--recon-input $QSIPrep_DIR \
--recon-spec dsi_studio_gqi \
--output-resolution 1.3 \
--work-dir ${Work_DIR} \
--fs-license-file ${fsLicense} \
--mem_mb 30000
Version:
qsiprep version 0.19.0
Relevant log outputs:
crash.txt (1.9 KB)