Skip to content

Trouble getting MCRIBS to run #359

Closed Answered by mgxd
scott-huberty asked this question in Q&A
Discussion options

You must be logged in to vote

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 results

@staticmethod
def _verify_surfrecon_outputs(surfrecon_dir: Path, error: bool) -> bool:
"""
Sanity check to ensure the surface reconstruction was successful.
MCRIBReconAll does not return a failing exit code if a step failed, which leads
this interface to be marked as completed without error in such cases.
"""
# fmt:off
surfrecon_files = {
'meshes': (
'pial-lh-reorder…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@scott-huberty
Comment options

Answer selected by scott-huberty
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants