Skip to content

Commit

Permalink
add do_not_reorder to advance comm
Browse files Browse the repository at this point in the history
  • Loading branch information
SamGuay committed Jul 24, 2024
1 parent e723e1b commit eeb7d61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/how-to/use-advanced-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,10 @@ more specifically *`auto_extractors`* and *`auto_entities`* variables.
!!! danger "You cannot use `--auto_extract_entities` in conjunction with `--do_not_reorder_entities`"
Refer to the [Manuel ordering](../create-config-file/#custom_entities) section for more information.

### `--do_not_reorder_entities`

This option will keep the order of the entities as they are entered in the config file by the user in the `custom_entities` field. However, please note that this flag cannot be used in conjunction with the `--auto_extract_entities` flag.

### `--bids_validate`

By default, dcm2bids will not validate your final BIDS structure. If needed, you
Expand Down

0 comments on commit eeb7d61

Please sign in to comment.