check_netmhc2pan_installation {netmhc2pan} | R Documentation |
Checks the installation of NetMHCIIpan. Throws a helpful error message if incomplete, else does nothing
check_netmhc2pan_installation(
netmhc2pan_folder_name = get_default_netmhc2pan_folder()
)
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. |
Nothing
Richèl J.C. Bilderbeek
# Will stop if NetMHC2pan is not installed
try(check_netmhc2pan_installation())