check_empty_beaustier_folders()
# beast2_options with local filenames
beast2_options <- create_beast2_options(
input_filename = "my.fas",
output_state_filename = "my_state.xml.state"
)
# Rename filenames to be in /my/new/folder
rename_beast2_options_filenames(
beast2_options = beast2_options,
rename_fun = beautier::get_replace_dir_fun("/my/new/folder")
)
check_empty_beaustier_folders()
Run the code above in your browser using DataLab