check_netmhc2pan_installation {netmhc2pan} | R 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())
[Package netmhc2pan version 1.3.2 Index]