cubids.workflows.validate

validate(bids_dir, output_prefix, container, sequential, sequential_subjects, ignore_nifti_headers)[source]

Run the bids validator.

Parameters:
  • bids_dir (pathlib.Path) – Path to the BIDS directory.

  • output_prefix (pathlib.Path) – Output filename prefix.

  • container (str) – Container in which to run the workflow.

  • sequential (bool) – Run the validator sequentially.

  • sequential_subjects (list of str) – Filter the sequential run to only include the listed subjects.

  • ignore_nifti_headers (bool) – Ignore NIfTI headers when validating.