Run GenomeTester4 binaries with processx
gt4_run.RdThin wrappers around executables bundled in inst/bin.
Arguments
- binary
Name of the GenomeTester4 executable.
- args
Character vector of command line arguments.
- ...
Additional arguments passed to
processx::run().
Value
A list from processx::run() with process results.
Examples
if (FALSE) { # \dontrun{
gt4_run("glistquery", c("--help"), error_on_status = FALSE)
} # }
if (FALSE) { # \dontrun{
gmer_counter(c("--help"), error_on_status = FALSE)
} # }
if (FALSE) { # \dontrun{
glistcompare(c("--help"), error_on_status = FALSE)
} # }
if (FALSE) { # \dontrun{
glistmaker(c("--help"), error_on_status = FALSE)
} # }
if (FALSE) { # \dontrun{
glistquery(c("--help"), error_on_status = FALSE)
} # }
if (FALSE) { # \dontrun{
gassembler(c("--help"), error_on_status = FALSE)
} # }
if (FALSE) { # \dontrun{
gmer_caller(c("--help"), error_on_status = FALSE)
} # }