Skip to content

fmriprep crashed, seems to be related to ICA aroma #1389

Closed
@hstojic

Description

@hstojic

As instructed in the console, I'm posting the errors here. This happened only when I used the flag to use ICA aroma, on other datasets where I didn't use it fmriprep worked fine.

This is the traceback from the console ouptut:

181114-06:00:10,207 nipype.workflow INFO:
         [Node] "_fix_surfs7" found cached.
181114-06:00:10,212 nipype.workflow INFO:
         [Node] Finished "fmriprep_wf.single_subject_s031_wf.anat_preproc_wf.surface_recon_wf.gifti_surface_wf.fix_surfs".
181114-06:00:25,225 nipype.workflow ERROR:
         could not run node: fmriprep_wf.single_subject_s031_wf.func_preproc_task_fnclearning_run_08_wf.ica_aroma_wf.rm_nonsteady
181114-06:00:25,226 nipype.workflow ERROR:
         could not run node: fmriprep_wf.single_subject_s031_wf.func_preproc_task_fnclearning_run_07_wf.ica_aroma_wf.rm_nonsteady
181114-06:00:25,226 nipype.workflow ERROR:
         could not run node: fmriprep_wf.single_subject_s031_wf.func_preproc_task_fnclearning_run_06_wf.ica_aroma_wf.rm_nonsteady
181114-06:00:25,226 nipype.workflow ERROR:
         could not run node: fmriprep_wf.single_subject_s031_wf.func_preproc_task_fnclearning_run_05_wf.ica_aroma_wf.rm_nonsteady
181114-06:00:25,227 nipype.workflow ERROR:
         could not run node: fmriprep_wf.single_subject_s031_wf.func_preproc_task_fnclearning_run_04_wf.ica_aroma_wf.rm_nonsteady
181114-06:00:25,227 nipype.workflow ERROR:
         could not run node: fmriprep_wf.single_subject_s031_wf.func_preproc_task_fnclearning_run_03_wf.ica_aroma_wf.rm_nonsteady
181114-06:00:25,227 nipype.workflow ERROR:
         could not run node: fmriprep_wf.single_subject_s031_wf.func_preproc_task_fnclearning_run_02_wf.ica_aroma_wf.rm_nonsteady
181114-06:00:25,228 nipype.workflow ERROR:
         could not run node: fmriprep_wf.single_subject_s031_wf.func_preproc_task_fnclearning_run_02_wf.bold_confounds_wf.tcompcor
181114-06:00:25,228 nipype.workflow ERROR:
         could not run node: fmriprep_wf.single_subject_s031_wf.func_preproc_task_fnclearning_run_01_wf.ica_aroma_wf.rm_nonsteady
Traceback (most recent call last):
  File "/usr/local/miniconda/bin/fmriprep", line 11, in <module>
    sys.exit(main())
  File "/usr/local/miniconda/lib/python3.6/site-packages/fmriprep/cli/run.py", line 350, in main
    errno += generate_reports(subject_list, output_dir, work_dir, run_uuid)
  File "/usr/local/miniconda/lib/python3.6/site-packages/fmriprep/viz/reports.py", line 312, in generate_reports
    for subject_label in subject_list
  File "/usr/local/miniconda/lib/python3.6/site-packages/fmriprep/viz/reports.py", line 312, in <listcomp>
    for subject_label in subject_list
  File "/usr/local/miniconda/lib/python3.6/site-packages/fmriprep/viz/reports.py", line 302, in run_reports
    return report.generate_report()
  File "/usr/local/miniconda/lib/python3.6/site-packages/fmriprep/viz/reports.py", line 204, in generate_report
    boilerplate=boilerplate)
  File "/usr/local/miniconda/lib/python3.6/site-packages/jinja2/asyncsupport.py", line 76, in render
    return original_render(self, *args, **kwargs)
  File "/usr/local/miniconda/lib/python3.6/site-packages/jinja2/environment.py", line 1008, in render
    return self.environment.handle_exception(exc_info, True)
  File "/usr/local/miniconda/lib/python3.6/site-packages/jinja2/environment.py", line 780, in handle_exception
    reraise(exc_type, exc_value, tb)
  File "/usr/local/miniconda/lib/python3.6/site-packages/jinja2/_compat.py", line 37, in reraise
    raise value.with_traceback(tb)
  File "/usr/local/miniconda/lib/python3.6/site-packages/fmriprep/viz/report.tpl", line 161, in top-level template code
    {% for name, spec in error.inputs %}
ValueError: not enough values to unpack (expected 2, got 1)
Sentry is attempting to send 1 pending error messages
Waiting up to 10 seconds
Press Ctrl-C to quit
fMRIPrep: Please report errors to https://github.com/poldracklab/fmriprep/issues

And here are 2 of the crash files, 8 of them seem to be related to ica-aroma, each related to one of 8 of the runs I have, so I only posted 1 of them:
crash-20181114-050032-root-tcompcor-f4e1b577-2af0-40cb-902d-498ff4897efd.txt
crash-20181114-051112-root-rm_nonsteady-00609107-89f0-41bb-9405-e1e14348f712.txt

Perhaps of relevance, I have two fieldmaps for this dataset, but phasedidd.json files are correctly done and on other such dataset fmriprep worked fine (but without ICA).

Any thoughts what might be causing issues?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions