View source: R/check_netMHCpan_data_url.R
check_netmhcpan_data_url | R Documentation |
Check the URL of the NetMHCpan binary tarball is valid, will stop if not. This URL link expires after 4 hours.
check_netmhcpan_data_url( netmhcpan_data_url = get_netmhcpan_data_url(), verbose = FALSE, temp_local_file = tempfile(pattern = "check_netmhcpan_data_url_") )
netmhcpan_data_url |
URL to download the NetMHCpan data tarball file from, similar to, for example, https://services.healthtech.dtu.dk/services/NetMHCpan-4.1/data.tar.gz Use get_netmhcpan_data_url to get the default URL. |
verbose |
set to TRUE for more output |
temp_local_file |
path to the temporary file to store the URL to. This file will be deleted afterwards. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.