create_beast2_input_data: Creates the 'data' section of a BEAST2 XML parameter file

View source: R/create_beast2_input_data.R

create_beast2_input_dataR Documentation

Creates the data section of a BEAST2 XML parameter file

Description

Creates the data section of a BEAST2 XML parameter file

Usage

create_beast2_input_data(
  input_filename,
  beauti_options = create_beauti_options()
)

Arguments

input_filename

A FASTA filename. Use get_fasta_filename to obtain a testing FASTA filename.

beauti_options

one BEAUti options object, as returned by create_beauti_options

Value

lines of XML text

Author(s)

Richèl J.C. Bilderbeek

Examples

check_empty_beautier_folder()

create_beast2_input_data(
  input_filename = get_fasta_filename(),
  beauti_options = create_beauti_options_v2_4()
)

check_empty_beautier_folder()

ropensci/beautier documentation built on April 2, 2024, 5:01 a.m.