Check the URL of the NetMHCIIpan binary tarball is valid, will stop if not. This URL link expires after 4 hours.
check_netmhc2pan_bin_url(
netmhc2pan_bin_url = get_netmhc2pan_bin_url(),
verbose = FALSE,
netmhc2pan_archive_filename = get_netmhc2pan_archive_filename(),
temp_local_file = tempfile(pattern = "check_netmhc2pan_bin_url_")
)
Nothing
URL to download the
NetMHCIIpan binary tarball file from,
similar to, for example,
https://www.cbs.dtu.dk/download/12345678-1234-1234-1234-123456789ABC
.
Use get_netmhc2pan_bin_url to get the default URL.
set to TRUE for more output
the NetMHC2pan archive
filename, for example netMHCIIpan-3.2.Linux.tar.gz
,
which is used in installation of NetMHC2pan.
Use get_netmhc2pan_archive_filename to get this filename.
path to the temporary file to store the URL to. This file will be deleted afterwards.