run_mix99: Run MiX99 Evaluation

View source: R/run_mix99.R

run_mix99R Documentation

Run MiX99 Evaluation

Description

Given a working directory with data file, pedigree file and clim file, the mix99 program is executed using the system() function. The output is captured and written to a log file

Usage

run_mix99(
  ps_work_dir,
  ps_log_file = file.path(ps_work_dir, paste0(format(Sys.time(), "%Y%m%d%H%M%S"),
    "_mix99.log", collapse = ""))
)

Arguments

ps_work_dir

working directory containing data, pedigree and clim file

ps_log_file

log file to which mix99 output is written

Examples

## Not run: 
test_dir <- prepare_example_p1()
run_mix99(ps_work_dir = test_dir)
fs::dir_delete(test_dir)

## End(Not run)

fbzwsqualitasag/qzwsmix99rt documentation built on April 2, 2022, 11:59 p.m.