check_mhcnuggets_installation {mhcnuggetsr} | R Documentation |
Check if MHCnuggets is installed. Will stop if not.
check_mhcnuggets_installation(
folder_name = get_default_mhcnuggets_folder(),
mhcnuggets_url = get_mhcnuggets_url()
)
folder_name |
superfolder of MHCnuggets.
The name of the superfolder is |
mhcnuggets_url |
URL to the MHCnuggets GitHub repository |
An MHCnuggets installation has two parts:
The installation of the Python package, for running the code
The download of the Python source code, which allows the use of example files
Nothing.
Richèl J.C. Bilderbeek
if (is_mhcnuggets_installed()) {
check_mhcnuggets_installation()
}