R/get_default_netmhc2pan_bin_path.R

Defines functions get_default_netmhc2pan_bin_path

Documented in get_default_netmhc2pan_bin_path

#' Get the full path to the default NetMHC2pan binary
#' @inheritParams default_params_doc
#' @return the full path to the default NetMHC2pan binary
#' @examples
#' get_default_netmhc2pan_bin_path()
#' @author Richèl J.C. Bilderbeek
#' @export
get_default_netmhc2pan_bin_path <- function( # nolint indeed a long name, I keep it for the sake of readability
  netmhc2pan_subfolder = get_default_netmhc2pan_subfolder()
) {
  file.path(netmhc2pan_subfolder, "netMHCIIpan")
}

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.