-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module bold_std_trans_wf has no output called poutputnode.bold_aseg_std #1641
Comments
I had the same error, which I think is caused by the freesurfer = [k for k in standard_spaces.keys()
if k.startswith('fs') and k != 'fsLR'] which later adds the if freesurfer:
output_names += ['bold_aseg_std', 'bold_aparc_std'] It turns out that NONSTANDARD_REFERENCES = ['anat', 'T1w', 'run', 'func', 'sbref', 'fsnative'] So, when you don't add some kind of "fsaverage*" output to your Would this be possible? |
Sure, what you are describing is very related to #1631. Please feel free to reopen that issue and elaborate there on how you would like to see this implemented. For now, I'll address this error independently of such conversation to avoid crashing for this reason. |
…spaces`` Tested locally, closes nipreps#1641.
Dear fmriprep experts,
When I am trying to run the latest version fmriprep (1.4.0) with the --output-space fsnative, I received the following error. How I can solve the issue? With many thanks!
Exception: Some connections were not found
Module bold_std_trans_wf has no output called poutputnode.bold_aseg_std
Module bold_std_trans_wf has no output called poutputnode.bold_aparc_std
Module bold_std_trans_wf has no output called outputnode.bold_aseg_std
Module bold_std_trans_wf has no output called outputnode.bold_aparc_std
The text was updated successfully, but these errors were encountered: