File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ from nipype.interfaces.utility import Merge
38
38
from nipype .interfaces .freesurfer import ReconAll
39
39
from nipype .interfaces .ants .segmentation import CorticalThickness
40
40
from nipype .interfaces .ants import (ApplyTransforms , AntsJointFusion ,
41
- LabelGeometry , RegistrationSynQuick , Registration )
41
+ LabelGeometry , Registration )
42
42
from nipype .utils .misc import human_order_sorted
43
43
44
44
@@ -446,6 +446,7 @@ if __name__ == '__main__':
446
446
mbFlow .config ['execution' ]['hash_method' ] = 'content'
447
447
# mbFlow.config['execution']['use_relative_paths'] = True
448
448
mbFlow .config ['execution' ]['crashfile_format' ] = 'txt'
449
+ mbFlow .config ['execution' ]['crashdump_dir' ] = WORK
449
450
450
451
# --------------------------------------------------------------------
451
452
# Debug: http://nipy.org/nipype/users/config_file.html#debug-configuration
You can’t perform that action at this time.
0 commit comments