Trouble getting MCRIBS to run #359
-
If I run a command like this:
My Nibabies run hangs during these workflows:
And a bunch of crash logs are output to For example here is the first of the crash logs
I'm guessing that all the other crash logs are caused by the error in that log, which is:
I can't tell if there is a certain file that MCRIBS is looking for (but can't find), that I am supposed to supply before calling Nibabies., or if this is a bug in Nibabies. I read the MCRIBS githbub README, and didn't find anything obvious. FWIW, if I run the same exact command but specify I'm still fairly new to MRI and the Ni[...preps, babel] ecosystems, so any help with debugging this would be appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
And FWIW... And
|
Beta Was this translation helpful? Give feedback.
-
If those files are not found, nibabies/nibabies/interfaces/mcribs.py Lines 232 to 284 in 7b1e91d If you check the working directory node, you may find more information on the specific crash. FWIW, you will need to have a well defined precomputed segmentation to successfully run through MCRIBS, as it can be quite brittle with imperfect segs. |
Beta Was this translation helpful? Give feedback.
-
I actually think my issues have to do with running on an M1 Mac. On an Intel Mac I don't hit the same error. I'm closing this post. Thanks! |
Beta Was this translation helpful? Give feedback.
If those files are not found,
MCRIBReconAll
did not run successfully. I'm surprised an error wasn't thrown directly from the interface, as we've embedded a few checks to verify the resultsnibabies/nibabies/interfaces/mcribs.py
Lines 232 to 284 in 7b1e91d