is_url_valid {netmhc2pan} | R Documentation |
Is the download URL valid?
Description
The download link expires after 4 hours.
Usage
is_url_valid(
netmhc2pan_bin_url = get_netmhc2pan_bin_url(),
verbose = FALSE,
netmhc2pan_archive_filename = get_netmhc2pan_archive_filename(),
temp_local_file = tempfile(pattern = "netmhc2pan_is_url_valid_")
)
Arguments
netmhc2pan_bin_url |
URL to download the
NetMHCIIpan binary tarball file from,
similar to, for example,
|
verbose |
set to TRUE for more output |
netmhc2pan_archive_filename |
the NetMHC2pan archive
filename, for example |
temp_local_file |
path to the temporary file to store the URL to. This file will be deleted afterwards. |
Value
TRUE if the download URL valid, FALSE otherwise
[Package netmhc2pan version 1.3.2 Index]