download_netmhcpan_bin: Download the NetMHCpan binary

View source: R/download_netmhcpan_bin.R

download_netmhcpan_binR Documentation

Download the NetMHCpan binary

Description

Download the NetMHCpan binary tarball file

Usage

download_netmhcpan_bin(
  netmhcpan_bin_url = get_netmhcpan_bin_url(),
  netmhcpan_bin_tarfile_path = get_default_netmhcpan_bin_tarfile_path(),
  verbose = FALSE,
  netmhcpan_archive_filename = get_netmhcpan_archive_filename(),
  temp_local_file = tempfile(pattern = "netmhcpan_download_netmhcpan_")
)

Arguments

netmhcpan_bin_url

URL to download the NetMHCpan binary tarball file from, similar to, for example, FIX LINK. Use get_netmhcpan_bin_url to get the default URL.

netmhcpan_bin_tarfile_path

path of the NetMHCpan binary tarball file

verbose

set to TRUE for more output

netmhcpan_archive_filename

the NetMHCpan archive filename, for example netMHCpan-4.1b.Linux.tar.gz, which is used in installation of NetMHCpan. Use get_netmhcpan_archive_filename to get this filename.

temp_local_file

path to the temporary file to store the URL to. This file will be deleted afterwards.

Value

Nothing

Author(s)

Richèl J.C. Bilderbeek

Examples


  install_netmhcpan_bin()


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