View source: R/install_netmhcpan_from_files.R
install_netmhcpan_from_files | R Documentation |
Install NetMHCpan to a local folder from (already downloaded) binary and date tarball files. Use install_netmhcpan to install NetMHCpan by downloading these files
install_netmhcpan_from_files( netmhcpan_bin_tarfile_path, netmhcpan_data_tarfile_path, verbose = FALSE, netmhcpan_archive_filename = get_netmhcpan_archive_filename(), netmhcpan_folder_name = get_default_netmhcpan_folder(), temp_local_file = tempfile(pattern = "netmhcpan_install_netmhcpan_") )
netmhcpan_bin_tarfile_path |
path of the NetMHCpan binary tarball file |
netmhcpan_data_tarfile_path |
path of the NetMHCpan data tarball file |
verbose |
set to TRUE for more output |
netmhcpan_archive_filename |
the NetMHCpan archive
filename, for example |
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. |
temp_local_file |
path to the temporary file to store the URL to. This file will be deleted afterwards. |
These are three steps:
Install the NetMHCpan binary, using install_netmhcpan_bin_from_file
Install the NetMHCpan data, using install_netmhcpan_data_from_file
Set up NetMHCpan, using set_up_netmhcpan
Nothing
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.