File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ def _slice_time_ref(value, parser):
258
258
"--level" ,
259
259
action = "store" ,
260
260
default = "full" ,
261
- # choices=["minimal", "resampling", "full"],
261
+ choices = ["minimal" , "resampling" , "full" ],
262
262
help = "Processing level; may be 'minimal' (nothing that can be recomputed), "
263
263
"'resampling' (recomputable targets that aid in resampling) "
264
264
"or 'full' (all target outputs)." ,
Original file line number Diff line number Diff line change @@ -297,8 +297,8 @@ class environment(_Config):
297
297
class nipype (_Config ):
298
298
"""Nipype settings."""
299
299
300
- crashfile_format = "pklz "
301
- """The file format for crashfiles, either text or pickle."""
300
+ crashfile_format = "txt "
301
+ """The file format for crashfiles, either text (txt) or pickle (pklz) ."""
302
302
get_linked_libs = False
303
303
"""Run NiPype's tool to enlist linked libraries for every interface."""
304
304
memory_gb = None
@@ -314,7 +314,7 @@ class nipype(_Config):
314
314
"raise_insufficient" : False ,
315
315
}
316
316
"""Settings for NiPype's execution plugin."""
317
- remove_unnecessary_outputs = False
317
+ remove_unnecessary_outputs = True
318
318
"""Clean up unused outputs after running"""
319
319
resource_monitor = False
320
320
"""Enable resource monitor."""
You can’t perform that action at this time.
0 commit comments