Skip to content

Commit 131cc0c

Browse files
committed
fix: remove synquick and add crashdump location
1 parent f67b233 commit 131cc0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mindboggle/mindboggle123

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ from nipype.interfaces.utility import Merge
3838
from nipype.interfaces.freesurfer import ReconAll
3939
from nipype.interfaces.ants.segmentation import CorticalThickness
4040
from nipype.interfaces.ants import (ApplyTransforms, AntsJointFusion,
41-
LabelGeometry, RegistrationSynQuick, Registration)
41+
LabelGeometry, Registration)
4242
from nipype.utils.misc import human_order_sorted
4343

4444

@@ -446,6 +446,7 @@ if __name__ == '__main__':
446446
mbFlow.config['execution']['hash_method'] = 'content'
447447
# mbFlow.config['execution']['use_relative_paths'] = True
448448
mbFlow.config['execution']['crashfile_format'] = 'txt'
449+
mbFlow.config['execution']['crashdump_dir'] = WORK
449450

450451
# --------------------------------------------------------------------
451452
# Debug: http://nipy.org/nipype/users/config_file.html#debug-configuration

0 commit comments

Comments
 (0)