Run BIDS validation on the project BIDS directory
Source:R/run_bids_validation.R
run_bids_validation.RdThis helper submits the BIDS validator as a standalone job. It does not run as part
of run_project() and can be invoked whenever validation of the project
BIDS directory is desired.
Arguments
- scfg
A
bg_project_cfgobject returned bysetup_project()orload_project().- outfile
The output HTML report path for bids-validator. Relative paths are written under
scfg$metadata$log_directory(to avoid contaminating the BIDS dataset); absolute paths are used as provided. IfNULL, the value stored inscfg$bids_validation$outfileis used.- wait_jobs
Optional character vector of upstream scheduler job IDs that must complete before this validation job starts.
- sequence_id
Optional sequence ID used for job tracking.