Hi Steven! Thank you very much. I followed your steps and it showed another error: OSError: [Errno 28] No space left on device. I tried to set the work directory under the scratch and lab directory and neither of them worked.
However, I do believe there is enough space on my scratch or my lab directory. Any ideas how to fix that?
Loading singularity/3.9.8
Loading requirement: git/2.17.0 squashfs-tools/4.3 libarchive/3.3.2
openmpi/gcc/64/3.1.0 go/1.16
You are using fMRIPrep-20.2.3, and a newer version of fMRIPrep is available: 23.1.4.
Please check out our documentation about how and when to upgrade:
https://fmriprep.readthedocs.io/en/latest/faq.html#upgrading
Downloading https://templateflow.s3.amazonaws.com/tpl-OASIS30ANTs/tpl-OASIS30ANTs_res-01_T1w.nii.gz
0%| | 0.00/32.4M [00:00<?, ?B/s]
2%|▏ | 683k/32.4M [00:00<00:04, 6.80MB/s]
7%|▋ | 2.30M/32.4M [00:00<00:02, 12.3MB/s]
12%|█▏ | 4.00M/32.4M [00:00<00:01, 14.4MB/s]
18%|█▊ | 5.66M/32.4M [00:00<00:01, 15.3MB/s]
23%|██▎ | 7.37M/32.4M [00:00<00:01, 15.9MB/s]
28%|██▊ | 9.08M/32.4M [00:00<00:01, 16.3MB/s]
33%|███▎ | 10.7M/32.4M [00:00<00:01, 16.4MB/s]
38%|███▊ | 12.4M/32.4M [00:00<00:01, 16.5MB/s]
44%|████▎ | 14.1M/32.4M [00:00<00:01, 16.5MB/s]
48%|████▊ | 15.7M/32.4M [00:00<00:01, 15.7MB/s]
Process Process-2:
Traceback (most recent call last):
File “/usr/local/miniconda/lib/python3.7/site-packages/templateflow/api.py”, line 233, in _s3_get
f.write(data)
OSError: [Errno 28] No space left on device
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/local/miniconda/lib/python3.7/multiprocessing/process.py”, line 297, in _bootstrap
self.run()
File “/usr/local/miniconda/lib/python3.7/multiprocessing/process.py”, line 99, in run
self._target(*self._args, **self._kwargs)
File “/usr/local/miniconda/lib/python3.7/site-packages/fmriprep/cli/workflow.py”, line 82, in build_workflow
retval[“workflow”] = init_fmriprep_wf()
File “/usr/local/miniconda/lib/python3.7/site-packages/fmriprep/workflows/base.py”, line 64, in init_fmriprep_wf
single_subject_wf = init_single_subject_wf(subject_id)
File “/usr/local/miniconda/lib/python3.7/site-packages/fmriprep/workflows/base.py”, line 252, in init_single_subject_wf
t1w=subject_data[‘t1w’],
File “/usr/local/miniconda/lib/python3.7/site-packages/smriprep/workflows/anatomical.py”, line 321, in init_anat_preproc_wf
normalization_quality=‘precise’ if not debug else ‘testing’)
File “/usr/local/miniconda/lib/python3.7/site-packages/niworkflows/anat/ants.py”, line 180, in init_brain_extraction_wf
in_template, template_spec=template_spec
File “/usr/local/miniconda/lib/python3.7/site-packages/niworkflows/utils/misc.py”, line 58, in get_template_specs
tpl_target_path = get_template(in_template, **template_spec)
File “/usr/local/miniconda/lib/python3.7/site-packages/templateflow/api.py”, line 78, in get
_s3_get(filepath)
File “/usr/local/miniconda/lib/python3.7/site-packages/templateflow/api.py”, line 234, in _s3_get
t.update(len(data))
OSError: [Errno 28] No space left on device