Skip to content

Commit

Permalink
Merge pull request #1339 from nipreps/enh/772-crashfile-format
Browse files Browse the repository at this point in the history
ENH: Enable writing crashfiles in compressed-pickle format
  • Loading branch information
oesteban authored Aug 23, 2024
2 parents 1a26b93 + 80ea0b8 commit ca21aeb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mriqc/cli/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,14 @@ def _bids_filter(value):
type=Path,
help='Nipype plugin configuration file.',
)
g_outputs.add_argument(
'--crashfile-format',
action='store',
default='txt',
choices=['txt', 'pklz'],
type=str,
help='Nipype crashfile format',
)
g_outputs.add_argument(
'--no-sub',
default=False,
Expand Down

0 comments on commit ca21aeb

Please sign in to comment.