run_mendel.Rd
Run the mendel binary in directory Dir using control file Control
the directory in which to run mendel
the "control file" with which to run mendel. If not an absolute path it should be given relative to the Dir directory.
If TRUE, stderr is discarded Otherwise, it gets written to the R console.
If TRUE, stdout is discarded. Otherwise, it gets written to the R console.
if (FALSE) {
# first prepare the input files and define tmpDir
example(write_all_mendel_files)
# then run mendel
run_mendel(tmpDir, "mendel-example-Control.in")
}