Learn R Programming

netmhc2pan (version 1.3.2)

get_default_netmhc2pan_bin_tarfile_path: Get the default path for the NetMHCIIpan binary tarball file

Description

Get the default path for the NetMHCIIpan binary tarball file. This is the location where it will be saved to after downloading.

Usage

get_default_netmhc2pan_bin_tarfile_path(
  netmhc2pan_folder_name = get_default_netmhc2pan_folder(),
  netmhc2pan_archive_filename = get_netmhc2pan_archive_filename()
)

Value

the default path for the NetMHCIIpan binary tarball file

Arguments

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.

netmhc2pan_archive_filename

the NetMHC2pan archive filename, for example netMHCIIpan-3.2.Linux.tar.gz, which is used in installation of NetMHC2pan. Use get_netmhc2pan_archive_filename to get this filename.

Author

Richèl J.C. Bilderbeek

Examples

Run this code
get_default_netmhc2pan_bin_tarfile_path()

Run the code above in your browser using DataLab