get_fasta_filename {beautier} | R Documentation |
Get the path of a FASTA file used in testing
get_fasta_filename()
the path of a FASTA file used in testing
Richèl J.C. Bilderbeek
if (is_on_ci()) {
input_filename <- get_fasta_filename()
output_filename <- get_beautier_tempfilename()
create_beast2_input_file(
input_filename = input_filename,
output_filename = output_filename
)
file.remove(output_filename)
remove_beautier_folder()
}