download_netmhc2pan_bin {netmhc2pan} | R Documentation |
Download the NetMHCIIpan binary
Description
Download the NetMHCIIpan binary tarball file
Usage
download_netmhc2pan_bin(
netmhc2pan_bin_url = get_netmhc2pan_bin_url(),
netmhc2pan_bin_tarfile_path = get_default_netmhc2pan_bin_tarfile_path(),
verbose = FALSE,
netmhc2pan_archive_filename = get_netmhc2pan_archive_filename(),
temp_local_file = tempfile(pattern = "netmhc2pan_download_netmhc2pan_")
)
Arguments
netmhc2pan_bin_url |
URL to download the
NetMHCIIpan binary tarball file from,
similar to, for example,
|
netmhc2pan_bin_tarfile_path |
path of the NetMHCIIpan binary tarball file |
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. |
Value
Nothing
Author(s)
Richèl J.C. Bilderbeek
[Package netmhc2pan version 1.3.2 Index]