Read the complete provenance record for a project run
Source:R/run_provenance.R
get_run_provenance.RdEach submitted run records the selected stages, streams, and subjects; an exact copy of the project configuration; requested computing resources and job order; BrainGnomes, R, software, and submission-computer details; the scheduler; and checksums that identify containers and other files that controlled the run. The returned object also includes the currently tracked jobs when available. Use it to confirm exactly what BrainGnomes submitted or to compare an original run with a later retry.
Arguments
- input
A project configuration object, YAML file, or project directory.
- run_id
Run ID returned by
run_project()or listed ininspect_project(input)$runs. Use"latest"for the most recently recorded run.
See also
diagnose_project() to inspect failures and retry_project_run()
to create a new run from failed work.