check_netmhc2pan_data_url {netmhc2pan}R Documentation

Check the URL of the NetMHCIIpan binary tarball

Description

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

Usage

check_netmhc2pan_data_url(
  netmhc2pan_data_url = get_netmhc2pan_data_url(),
  verbose = FALSE,
  temp_local_file = tempfile(pattern = "check_netmhc2pan_data_url_")
)

Arguments

netmhc2pan_data_url

URL to download the NetMHCIIpan data tarball file from, similar to, for example, https://services.healthtech.dtu.dk/services/NetMHCIIpan-3.2/data.Linux.tar.gz. Use get_netmhc2pan_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.

Value

Nothing


[Package netmhc2pan version 1.3.2 Index]