create_beast2_version_cmd_jar: Creates the terminal command to version a BEAST2 input file...

View source: R/create_beast2_version_cmd.R

create_beast2_version_cmd_jarR Documentation

Creates the terminal command to version a BEAST2 input file using a call to the launcher.jar file

Description

Creates the terminal command to version a BEAST2 input file using a call to the launcher.jar file

Usage

create_beast2_version_cmd_jar(beast2_jar_path = get_default_beast2_jar_path())

Arguments

beast2_jar_path

name of the BEAST2 jar file (usually has a .jar extension). Use get_default_beast2_jar_path to get the default BEAST jar file's path

Value

a character vector, of which the first element is the command (java, in this case), and the others are arguments (-jar, in this case, followed by more arguments.

Author(s)

Richèl J.C. Bilderbeek

Examples

if (is_beast2_installed()) {
  create_beast2_version_cmd_jar()
}

richelbilderbeek/beastier documentation built on Nov. 8, 2023, 9:29 p.m.