install_netmhc2pan_bin {netmhc2pan} | R Documentation |
Install the NetMHCIIpan binary to a local folder
Description
Install the NetMHCIIpan binary to a local folder.
Usage
install_netmhc2pan_bin(
netmhc2pan_bin_url = get_netmhc2pan_bin_url(),
verbose = FALSE,
netmhc2pan_archive_filename = get_netmhc2pan_archive_filename(),
netmhc2pan_folder_name = get_default_netmhc2pan_folder(),
temp_local_file = tempfile(pattern = "netmhc2pan_install_netmhc2pan_bin_")
)
Arguments
netmhc2pan_bin_url |
URL to download the
NetMHCIIpan binary tarball file from,
similar to, for example,
|
verbose |
set to TRUE for more output |
netmhc2pan_archive_filename |
the NetMHC2pan archive
filename, for example |
netmhc2pan_folder_name |
the folder (to be) used by NetMHCIIpan. From this location, a subfolder for NetMHCIIpan is created. Use get_default_netmhc2pan_folder to see the location of the default NetMHCIIpan folder. Use get_default_netmhc2pan_subfolder to see the location of the default NetMHCIIpan subfolder. |
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