check_netmhcpan_data_url: Check the URL of the NetMHCpan binary tarball

View source: R/check_netMHCpan_data_url.R

check_netmhcpan_data_urlR Documentation

Check the URL of the NetMHCpan binary tarball

Description

Check the URL of the NetMHCpan binary tarball is valid, will stop if not. This URL link expires after 4 hours.

Usage

check_netmhcpan_data_url(
  netmhcpan_data_url = get_netmhcpan_data_url(),
  verbose = FALSE,
  temp_local_file = tempfile(pattern = "check_netmhcpan_data_url_")
)

Arguments

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.


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