get_fasta_filename: Get the path of a FASTA file used in testing

View source: R/get_test_filenames.R

get_fasta_filenameR Documentation

Get the path of a FASTA file used in testing

Description

Get the path of a FASTA file used in testing

Usage

get_fasta_filename()

Value

the path of a FASTA file used in testing

Author(s)

Richèl J.C. Bilderbeek

Examples

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()
}

ropensci/beautier documentation built on April 2, 2024, 5:01 a.m.