R/get_test_myco_proteome_filename.R

Defines functions get_test_myco_proteome_filename

Documented in get_test_myco_proteome_filename

#' Get the filename of a test Mycobacterium reference proteome
#' @return the filename of the test Mycobacterium reference proteome
#' @author Richèl J.C. Bilderbeek
#' @export
get_test_myco_proteome_filename <- function() { # nolint indeed a long function name
  system.file("extdata", "myco_test.fasta", package = "bbbq")
}
richelbilderbeek/bbbq documentation built on July 27, 2023, 2:15 a.m.