if (is_on_ci()) {
check_empty_beautier_folder()
# Create an MCMC chain with 50 states
inference_model <- create_inference_model(
mcmc = create_mcmc(chain_length = 50000, store_every = 1000)
)
output_filename <- get_beautier_tempfilename()
create_beast2_input_file_from_model(
input_filename = get_fasta_filename(),
output_filename = output_filename,
inference_model = inference_model
)
file.remove(output_filename)
remove_beautier_folder()
check_empty_beautier_folder()
}
Run the code above in your browser using DataLab