Run BIDS validation on the project BIDS directory
Source:R/run_bids_validation.R
run_bids_validation.RdBIDS validation is configured with the project but submitted separately
through this function. It is not a run_project() stage 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.