R/get_netmhcpan_bin_url.R

Defines functions get_netmhcpan_bin_url

Documented in get_netmhcpan_bin_url

#' Get the NetMHCpan binary download URL.
#'
#' Get the URL for the NetMHCpan binary, as is emailed.
#' These expire after 4 hours.
#' @seealso
#' Use \link{is_url_valid} to determine if the download URL is still valid.
#' Use \link{check_netmhcpan_bin_url} to get a helpful error message if this
#' URL is invalid.
#' @return a download URL
#' @author Richèl J.C. Bilderbeek
#' @export
get_netmhcpan_bin_url <- function() {
  "http://richelbilderbeek.nl/" # nolint indeed a long URL
}
tzina97/netMHCpanW documentation built on April 26, 2022, 1:18 a.m.