View source: R/check_netmhc2pan_bin_url.R
check_netmhc2pan_bin_url | R Documentation |
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_")
)
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. |
Nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.