Learn R Programming

beautier (version 2.6.5)

create_beauti_options_v2_6: Function to create the BEAUti options for version 2.6.

Description

Function to create the BEAUti options for version 2.6, by calling create_beauti_options.

Usage

create_beauti_options_v2_6()

Arguments

Value

a BEAUti options structure

Author

Richèl J.C. Bilderbeek

Examples

Run this code
if (is_on_ci()) {

  check_empty_beautier_folder()

  beauti_options <- create_beauti_options_v2_6()
  xml <- create_beast2_input(
    get_fasta_filename(),
    beauti_options = beauti_options
  )

  check_empty_beautier_folder()
}

Run the code above in your browser using DataLab