Run BIDS validation on the project BIDS directory
Source:R/run_bids_validation.R
run_bids_validation.Rd
This 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_cfg
object returned bysetup_project()
orload_project()
.- outfile
The name of the HTML report to create in the BIDS directory. If
NULL
, the value stored inscfg$bids_validation$outfile
is used.