R/get_netmhc2pan_archive_filename.R

Defines functions get_netmhc2pan_archive_filename

Documented in get_netmhc2pan_archive_filename

#' Get the filename of the NetMHC2pan archive file
#' @inheritParams default_params_doc
#' @return the filename of the NetMHC2pan archive file
#' @examples
#' get_netmhc2pan_archive_filename()
#' @export
get_netmhc2pan_archive_filename <- function( # nolint indeed a long function name
  netmhc2pan_version = get_default_netmhc2pan_version()
) {
  paste0("netMHCIIpan-", netmhc2pan_version, ".Linux.tar.gz")
}

Try the netmhc2pan package in your browser

Any scripts or data that you put into this service are public.

netmhc2pan documentation built on Nov. 9, 2023, 1:08 a.m.