create_beauti_options_v2_4: Function to create the BEAUti options for version 2.4.

View source: R/create_beauti_options_v2_4.R

create_beauti_options_v2_4R Documentation

Function to create the BEAUti options for version 2.4.

Description

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

Usage

create_beauti_options_v2_4()

Value

a BEAUti options structure

Author(s)

Richèl J.C. Bilderbeek

Examples

if (is_on_ci()) {
  check_empty_beautier_folder()

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

  check_empty_beautier_folder()
}

richelbilderbeek/beastscriptr documentation built on April 9, 2024, 2:28 p.m.