Closed katseitz closed 1 year ago
I'm not sure what you mean by aliasing, but at a guess you're reusing a working directory that has the dataset root as /projects/b1108/studies/foundations2/data/raw/neuroimaging/bids
instead of /data
, and some node isn't getting rerun.
Working my way back through the workflow, you can probably delete a directory called anat_preproc_wf/anat_template_wf/anat_ref_dimensions
inside your working directory, and that should force a rerun of anat_preproc_wf/anat_derivatives_wf/raw_sources
, which is the node that's calling a function called _bids_relative
.
Okay! Will give that a go and report back. Thank you!
Worked like a dream. Thank you!
What happened?
We have long file paths and were originally getting this error. After binding the file paths in the command, a new error has cropped up (see the error code below). I have bound the file paths successfully in the past and so I'm wondering what is going on here.
Thanks for your help!!
What command did you use?
What version of fMRIPrep are you running?
23.0.1
How are you running fMRIPrep?
Singularity
Is your data BIDS valid?
Yes
Are you reusing any previously computed results?
Work directory
Please copy and paste any relevant log output.
Additional information / screenshots
No response