Skip to content

Commit

Permalink
enh: enable writing crashfiles in compressed-pickle format
Browse files Browse the repository at this point in the history
Closes: #772.
  • Loading branch information
oesteban committed Aug 23, 2024
1 parent 1a26b93 commit 80ea0b8
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 80ea0b8

Please sign in to comment.