R/get_temp_fasta_filename.R

Defines functions get_temp_fasta_filename

Documented in get_temp_fasta_filename

#' Get the name for a temporary file to store an
#' alignment in the FASTA format
#' @return one string
#' @export
get_temp_fasta_filename <- function() {
  beautier::get_beautier_tempfilename(
    pattern = "alignment_",
    fileext = ".fasta"
  )
}
richelbilderbeek/pirouette documentation built on Oct. 18, 2023, 3:09 p.m.