View source: R/check_netmhcpan_installation.R
check_netmhcpan_installation | R Documentation |
Checks the installation of NetMHCpan. Throws a helpful error message if incomplete, else does nothing
check_netmhcpan_installation( netmhcpan_folder_name = get_default_netmhcpan_folder() )
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. |
Nothing
Richèl J.C. Bilderbeek
# Will stop if NetMHCpan is not installed try(check_netmhcpan_installation())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.