- input_filename
A FASTA filename.
Use get_fasta_filename
to obtain a testing FASTA filename.
- output_filename
Name of the XML parameter file created by this
function. BEAST2 uses this file as input.
- site_model
a site model,
as returned by create_site_model
- clock_model
a clock model,
as returned by create_clock_model
- tree_prior
a tree priors,
as returned by create_tree_prior
- mrca_prior
a Most Recent Common Ancestor prior,
as returned by create_mrca_prior
- mcmc
one MCMC.
Use create_mcmc
to create an MCMC.
Use create_ns_mcmc
to create an MCMC
for a Nested Sampling run.
Use check_mcmc
to check if an MCMC is valid.
Use rename_mcmc_filenames
to rename the filenames in an MCMC.
- beauti_options
one BEAUti options object,
as returned by create_beauti_options
- tipdates_filename
name of the file containing the tip dates.
This file is assumed to have two columns, separated by a tab.
The first column contains the taxa names, the second column contains
the date.