Skip to contents

The default value of filepath is the value of the env var MOLEVOLVR_PROC_WEIGHTS, which get_proc_weights() also uses as its default read location.

Usage

write_proc_medians_yml(dir_job_results, filepath = NULL)

Arguments

dir_job_results

chr path to MolEvolvR job_results directory

filepath

chr path to save YAML file; if NULL, uses ./molevol_scripts/log_data/job_proc_weights.yml

Examples

if (FALSE) { # \dontrun{
write_proc_medians_yml(
    "/data/scratch/janani/molevolvr_out/",
    "/data/scratch/janani/molevolvr_out/log_tbl.yml"
)
} # }