check_netmhc2pan_installation: Checks the installation of NetMHCIIpan.

View source: R/check_netmhc2pan_installation.R

check_netmhc2pan_installationR Documentation

Checks the installation of NetMHCIIpan.

Description

Checks the installation of NetMHCIIpan. Throws a helpful error message if incomplete, else does nothing

Usage

check_netmhc2pan_installation(
  netmhc2pan_folder_name = get_default_netmhc2pan_folder()
)

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.

Value

Nothing

Author(s)

Richèl J.C. Bilderbeek

Examples

# Will stop if NetMHC2pan is not installed
try(check_netmhc2pan_installation())

netmhc2pan documentation built on Nov. 9, 2023, 1:08 a.m.