Skip to content

Commit ca21aeb

Browse files
authored
Merge pull request #1339 from nipreps/enh/772-crashfile-format
ENH: Enable writing crashfiles in compressed-pickle format
2 parents 1a26b93 + 80ea0b8 commit ca21aeb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

mriqc/cli/parser.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,14 @@ def _bids_filter(value):
338338
type=Path,
339339
help='Nipype plugin configuration file.',
340340
)
341+
g_outputs.add_argument(
342+
'--crashfile-format',
343+
action='store',
344+
default='txt',
345+
choices=['txt', 'pklz'],
346+
type=str,
347+
help='Nipype crashfile format',
348+
)
341349
g_outputs.add_argument(
342350
'--no-sub',
343351
default=False,

0 commit comments

Comments
 (0)