-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I tried running the pipeline with a new install of FSL, which I assume means it installed the newest version, v6.0.0 (I cannot figure out how to check that). I ran into a weird issue in the reg2distort step (picture attached).
When I investigated, going to the working directory and trying to run the command directly, I found it was a flirt command: flirt -in sub-wlsubj001/ses-02/func/sub-wlsubj001_ses-02_task-sfpconstant_run-01_sbref.nii -ref sub-wlsubj001/ses-02/fmap/sub-wlsubj001_ses-02_dir-PA.nii -out sberf_reg.nii.gz -omat sbref2dist.mat -dof 6. Running the command directly (adding the verbose flag to try and get more details) gives the following error:
I then went and checked, and the sbref file is 3D. The reference file is 4D, but I don't think that's the issue? I'm able to run this on the cluster using FSL v5.0.10 without an issue, has anyone else had something like this happen / is anyone using FSL v6.0.0?

