Hi all,
First I have used this following command line on Sherlock :
singularity run /share/PI/russpold/singularity_images/poldracklab_fmriprep_0.3.1-2017-03-25-c38ac0136e8c.img /scratch/PI/aetkin/redwan/framing/sourcedata/ /scratch/PI/aetkin/redwan/preprocessed/ participant --participant_label sub-01 -w $LOCAL_SCRATCH
After 40 hours, the preprocessing of only one subject was not done (with 64GB of ram and 16 cores per node) so I decided to kill the process.
Then I have changed the command line, adding the BOLD command :
singularity run /share/PI/russpold/singularity_images/poldracklab_fmriprep_0.3.1-2017-03-25-c38ac0136e8c.img /scratch/PI/aetkin/redwan/framing/sourcedata/ /scratch/PI/aetkin/redwan/preprocessed/ participant --participant_label sub-01 -w $LOCAL_SCRATCH –no-freesurfer
The preprocess takes just 2 hours but fails.
The email from Stanford shows that :
Job ID: 14230866
Cluster: sherlock
User/Group: rmaatoug/aetkin
State: FAILED (exit code 1)
Nodes: 1
Cores per node: 16
CPU Utilized: 13:35:36
CPU Efficiency: 60.27% of 22:33:20 core-walltime
Memory Utilized: 40.16 GB
Memory Efficiency: 64.26% of 62.50 GB
I attach the error file :
/usr/local/miniconda/lib/python3.6/site-packages/sklearn/cross_validation.py:44: DeprecationWarning: This module was deprecated in versi
on 0.18 in favor of the model_selection module into which all the refactored classes and functions are moved. Also note that the interfa
ce of the new CV iterators are different from that of this module. This module will be removed in 0.20.
“This module will be removed in 0.20.”, DeprecationWarning)
/usr/local/miniconda/lib/python3.6/site-packages/nipype/workflows/dmri/mrtrix/group_connectivity.py:16: UserWarning: cmp not installed
warnings.warn(‘cmp not installed’)
/usr/local/miniconda/lib/python3.6/site-packages/scipy/ndimage/interpolation.py:430: UserWarning: The behaviour of affine_transform with
a one-dimensional array supplied for the matrix parameter has changed in scipy 0.18.0.
"The behaviour of affine_transform with a one-dimensional "
/usr/local/miniconda/lib/python3.6/site-packages/scipy/ndimage/interpolation.py:430: UserWarning: The behaviour of affine_transform with
a one-dimensional array supplied for the matrix parameter has changed in scipy 0.18.0.
"The behaviour of affine_transform with a one-dimensional "
/usr/local/miniconda/lib/python3.6/site-packages/scipy/ndimage/interpolation.py:430: UserWarning: The behaviour of affine_transform with
a one-dimensional array supplied for the matrix parameter has changed in scipy 0.18.0.
"The behaviour of affine_transform with a one-dimensional "
/usr/local/miniconda/lib/python3.6/site-packages/nipype/interfaces/base.py:431: UserWarning: Input convergence_threshold requires inputs
: number_of_iterations
warn(msg)
/usr/local/miniconda/lib/python3.6/site-packages/nipype/interfaces/base.py:431: UserWarning: Input sampling_percentage requires inputs:
sampling_strategy
warn(msg)
/usr/local/miniconda/lib/python3.6/site-packages/nipype/interfaces/base.py:431: UserWarning: Input sigma_units requires inputs: smoothin
g_sigmas
warn(msg)
/usr/local/miniconda/lib/python3.6/site-packages/scipy/ndimage/interpolation.py:430: UserWarning: The behaviour of affine_transform with
a one-dimensional array supplied for the matrix parameter has changed in scipy 0.18.0.
"The behaviour of affine_transform with a one-dimensional "
/usr/local/miniconda/lib/python3.6/site-packages/scipy/ndimage/interpolation.py:430: UserWarning: The behaviour of affine_transform with
a one-dimensional array supplied for the matrix parameter has changed in scipy 0.18.0.
"The behaviour of affine_transform with a one-dimensional "
/usr/local/miniconda/lib/python3.6/site-packages/scipy/ndimage/interpolation.py:430: UserWarning: The behaviour of affine_transform with
a one-dimensional array supplied for the matrix parameter has changed in scipy 0.18.0.
"The behaviour of affine_transform with a one-dimensional "
/usr/local/miniconda/lib/python3.6/site-packages/scipy/ndimage/interpolation.py:430: UserWarning: The behaviour of affine_transform with
a one-dimensional array supplied for the matrix parameter has changed in scipy 0.18.0.
"The behaviour of affine_transform with a one-dimensional "
/usr/local/miniconda/lib/python3.6/site-packages/scipy/ndimage/interpolation.py:430: UserWarning: The behaviour of affine_transform with
a one-dimensional array supplied for the matrix parameter has changed in scipy 0.18.0.
"The behaviour of affine_transform with a one-dimensional "
/usr/local/miniconda/lib/python3.6/site-packages/scipy/ndimage/interpolation.py:430: UserWarning: The behaviour of affine_transform with
a one-dimensional array supplied for the matrix parameter has changed in scipy 0.18.0.
"The behaviour of affine_transform with a one-dimensional "
/usr/local/miniconda/lib/python3.6/site-packages/scipy/ndimage/interpolation.py:430: UserWarning: The behaviour of affine_transform with
a one-dimensional array supplied for the matrix parameter has changed in scipy 0.18.0.
"The behaviour of affine_transform with a one-dimensional "
/usr/local/miniconda/lib/python3.6/site-packages/scipy/ndimage/interpolation.py:430: UserWarning: The behaviour of affine_transform with
a one-dimensional array supplied for the matrix parameter has changed in scipy 0.18.0.
"The behaviour of affine_transform with a one-dimensional "
Traceback (most recent call last):
File “/usr/local/miniconda/bin/fmriprep”, line 11, in
load_entry_point(‘fmriprep==0.3.1’, ‘console_scripts’, ‘fmriprep’)()
File “/usr/local/miniconda/lib/python3.6/site-packages/fmriprep/run_workflow.py”, line 88, in main
create_workflow(opts)
File “/usr/local/miniconda/lib/python3.6/site-packages/fmriprep/run_workflow.py”, line 183, in create_workflow
subject_label, run_uuid=run_uuid)
File “/usr/local/miniconda/lib/python3.6/site-packages/fmriprep/viz/reports.py”, line 174, in run_reports
report = Report(reportlet_path, config, out_dir, run_uuid, out_filename)
File “/usr/local/miniconda/lib/python3.6/site-packages/fmriprep/viz/reports.py”, line 93, in init
self._load_config(config)
File “/usr/local/miniconda/lib/python3.6/site-packages/fmriprep/viz/reports.py”, line 106, in _load_config
self.index()
File “/usr/local/miniconda/lib/python3.6/site-packages/fmriprep/viz/reports.py”, line 124, in index
subject = re.search(’^(?P<subject_id>sub-[a-zA-Z0-9]+)$’, subject_dir).group()
AttributeError: ‘NoneType’ object has no attribute ‘group’
I would really appreciate any help
Thank you,
Redwan