check_netmhcpan_installation: Checks the installation of NetMHCpan.

View source: R/check_netmhcpan_installation.R

check_netmhcpan_installationR Documentation

Checks the installation of NetMHCpan.

Description

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

Usage

check_netmhcpan_installation(
  netmhcpan_folder_name = get_default_netmhcpan_folder()
)

Arguments

netmhcpan_folder_name

the folder (to be) used by NetMHCpan. From this location, a subfolder for NetMHCpan is created. Use get_default_netmhcpan_folder to see the location of the default NetMHCpan folder. Use get_default_netmhcpan_subfolder to see the location of the default NetMHCpan subfolder.

Value

Nothing

Author(s)

Richèl J.C. Bilderbeek

Examples

# Will stop if NetMHCpan is not installed
try(check_netmhcpan_installation())

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