Hi all,
I’m trying to apply fmriprep on my own dataset. But the recon-all step fail to be performed, with following outputs:
230925-03:28:40,251 nipype.workflow INFO:
fMRIPrep workflow graph with 3936 nodes built successfully.
230925-03:28:49,564 nipype.workflow IMPORTANT:
fMRIPrep started!
230925-03:29:08,744 nipype.workflow WARNING:
Some nodes exceed the total amount of memory available (112.97GB).
230925-03:29:38,470 nipype.workflow INFO:
[Node] Setting-up "fmriprep_23_1_wf.single_subject_3001_wf.anat_preproc_wf.fs_isrunning" in "/scratch/fmriprep_23_1_wf/single_subject_3001_wf/anat_preproc_wf/fs_isrunning".
230925-03:29:38,640 nipype.workflow INFO:
[Node] Executing "fs_isrunning" <nipype.interfaces.utility.wrappers.Function>
230925-03:29:38,651 nipype.workflow INFO:
[Node] Finished "fs_isrunning", elapsed time 0.007126s.
230925-03:37:13,110 nipype.workflow INFO:
[Node] Setting-up "fmriprep_23_1_wf.single_subject_3001_wf.anat_preproc_wf.surface_recon_wf.autorecon1" in "/scratch/fmriprep_23_1_wf/single_subject_3001_wf/anat_preproc_wf/surface_recon_wf/autorecon1".
230925-03:37:13,285 nipype.workflow INFO:
[Node] Executing "autorecon1" <smriprep.interfaces.freesurfer.ReconAll>
230925-03:37:13,320 nipype.interface INFO:
recon-all complete : Not running
230925-03:37:13,347 nipype.interface INFO:
recon-all complete : Not running
230925-03:37:13,549 nipype.workflow INFO:
[Node] Finished "autorecon1", elapsed time 0.260315s.
230925-03:38:37,267 nipype.workflow INFO:
[Node] Setting-up "fmriprep_23_1_wf.single_subject_3001_wf.anat_preproc_wf.surface_recon_wf.skull_strip_extern" in "/scratch/fmriprep_23_1_wf/single_subject_3001_wf/anat_preproc_wf/surface_recon_wf/skull_strip_extern".
230925-03:38:37,434 nipype.workflow INFO:
[Node] Executing "skull_strip_extern" <niworkflows.interfaces.freesurfer.FSInjectBrainExtracted>
230925-03:38:37,769 nipype.workflow INFO:
[Node] Finished "skull_strip_extern", elapsed time 0.332891s.
230925-03:41:08,298 nipype.workflow INFO:
[Node] Setting-up "fmriprep_23_1_wf.single_subject_3001_wf.anat_preproc_wf.surface_recon_wf.autorecon_resume_wf.gcareg" in "/scratch/fmriprep_23_1_wf/single_subject_3001_wf/anat_preproc_wf/surface_recon_wf/autorecon_resume_wf/gcareg".
230925-03:41:08,476 nipype.workflow INFO:
[Node] Executing "gcareg" <smriprep.interfaces.freesurfer.ReconAll>
230925-03:41:08,486 nipype.interface INFO:
recon-all complete : Not running
230925-03:41:08,492 nipype.interface INFO:
recon-all complete : Not running
230925-03:41:08,702 nipype.workflow INFO:
[Node] Finished "gcareg", elapsed time 0.222166s.
230925-03:41:10,305 nipype.workflow INFO:
[Node] Setting-up "fmriprep_23_1_wf.single_subject_3001_wf.anat_preproc_wf.surface_recon_wf.autorecon_resume_wf.autorecon2_vol" in "/scratch/fmriprep_23_1_wf/single_subject_3001_wf/anat_preproc_wf/surface_recon_wf/autorecon_resume_wf/autorecon2_vol".
230925-03:41:10,479 nipype.workflow INFO:
[Node] Executing "autorecon2_vol" <smriprep.interfaces.freesurfer.ReconAll>
230925-03:41:10,523 nipype.interface INFO:
recon-all complete : Not running
230925-03:41:10,565 nipype.interface INFO:
recon-all complete : Not running
230925-03:41:10,772 nipype.workflow INFO:
[Node] Finished "autorecon2_vol", elapsed time 0.289923s.
recon-all-rh.txt (111.2 KB)
I’ve also uploaded the log file for further details. I cannot figure out the bugs here. Hope someone can help me.
BTW, here’s the command line I used:
ffmriprep-docker E:\BIDS\ E:\fmriprep-out\ --omp-nthreads 16 --fs-license-file D:\coderepo\freesurfer\license.txt -w E:\fmriprep-intermediate\ --ignore slicetiming
Thanks!