is_url_valid: Is the download URL valid?

View source: R/is_url_valid.R

is_url_validR Documentation

Is the download URL valid?

Description

The download link expires after 4 hours.

Usage

is_url_valid(
  netmhcpan_bin_url = get_netmhcpan_bin_url(),
  verbose = FALSE,
  netmhcpan_archive_filename = get_netmhcpan_archive_filename(),
  temp_local_file = tempfile(pattern = "netmhcpan_is_url_valid_")
)

Arguments

netmhcpan_bin_url

URL to download the NetMHCpan binary tarball file from, similar to, for example, FIX LINK. Use get_netmhcpan_bin_url to get the default URL.

verbose

set to TRUE for more output

netmhcpan_archive_filename

the NetMHCpan archive filename, for example netMHCpan-4.1b.Linux.tar.gz, which is used in installation of NetMHCpan. Use get_netmhcpan_archive_filename to get this filename.

temp_local_file

path to the temporary file to store the URL to. This file will be deleted afterwards.


tzina97/netMHCpanW documentation built on April 26, 2022, 1:18 a.m.