You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a regression for something that was previously working, or first time try with this subject / segmentation? Unfortunately that error is quite broad, but generally boils down to something being not quite right within the segmentation (MCRIBS can be quite finicky at times, and even manual segmentations have been seen to fail). I've been meaning to work with a colleague who is an expert to put together a little FAQ of common gotchas.
Just curious - have you tried running with infantfs instead, still leveraging the segmentations? After #438, we've reduced the recommended age for mcribs to the first three months, and based on your MNIInfant cohort it looks like you are past that.
What happened?
This is very similar to #444 I believe, but different.
I ran:
On Mac (Sonoma 14.5), using Docker (Engine: 27.4.0).
My smriprep is from BIBSNet, and using the surface-recon-method mcribs.
I get an error (will put the gory details below):
Running command:
MCRIBSurfReconDeformable sub-BB03601_ses-1 1.0 True False False
Stderr:
Traceback:
Traceback (most recent call last):
File "/opt/conda/envs/nibabies/lib/python3.11/site-packages/nipype/interfaces/base/core.py", line 404, in run
outputs = self.aggregate_outputs(runtime)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/conda/envs/nibabies/lib/python3.11/site-packages/nipype/interfaces/base/core.py", line 433, in aggregate_outputs
predicted_outputs = self._list_outputs() # Predictions from _list_outputs
^^^^^^^^^^^^^^^^^^^^
File "/opt/conda/envs/nibabies/lib/python3.11/site-packages/nibabies/interfaces/mcribs.py", line 252, in _list_outputs
self._verify_outputs('surfrecon', surfrecon_dir, error=True)
File "/opt/conda/envs/nibabies/lib/python3.11/site-packages/nibabies/interfaces/mcribs.py", line 289, in _verify_outputs
raise FileNotFoundError(f'{step.capitalize()} missing: {fl}')
FileNotFoundError: Surfrecon missing: pial-lh-reordered.vtp
What command did you use?
> nibabies-wrapper docker /Users/kennedyd/Data/Sohye/Infants/CHBabies/BB036_01/BIDS /Users/kennedyd/Data/Sohye/Infants/nibabies7 participant -i nipreps/nibabies:25.0.0 --participant-label BB03601 --fs-license-file /Users/kennedyd/license.txt --cifti-output --resource-monitor --stop-on-first-crash -w /Volumes/UMA2T/tmp2 --derivatives smriprep=/Users/kennedyd/Data/Sohye/Infants/CHBabies/BB036_01/bibsanat --ignore fieldmaps --surface-recon-method mcribs --output-spaces MNIInfant:cohort-3:res-2
What version of NiBabies are you using?
nibabies:25.0.0
Relevant log output
Add any additional information or context about the problem here.
I think my BIBSNet segmentations look ok.
The text was updated successfully, but these errors were encountered: