create_beast2_input_data {beautier} | R 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 |
beauti_options |
one BEAUti options object,
as returned by |
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()
[Package beautier version 2.6.12 Index]