get_mhcnuggets_version: Get the MHCnuggets version

View source: R/get_mhcnuggets_version.R

get_mhcnuggets_versionR Documentation

Get the MHCnuggets version

Description

Get the MHCnuggets version

Usage

get_mhcnuggets_version(
  mhcnuggetsr_folder = get_default_mhcnuggetsr_folder(),
  ormr_folder_name = get_default_orm_folder_name()
)

Arguments

mhcnuggetsr_folder

folder where mhcnuggetsr stores its temporary files. Use get_default_mhcnuggetsr_folder for its default value.

ormr_folder_name

folder used by the ormr package to install Python packages to. Use python3 to install Python packages via pip. Default value is python3

Value

a string that is a version, for example 2.3.2

Author(s)

Richèl J.C. Bilderbeek

Examples

if (is_mhcnuggets_installed()) {
  get_mhcnuggets_version()
}

richelbilderbeek/mhcnuggetsr documentation built on Nov. 9, 2023, 10 p.m.