hiv_workflow.lib.analysis.hiv_calib_site module

class hiv_workflow.lib.analysis.hiv_calib_site.HIVCalibSite(**kwargs)

Bases: idmtools_calibra.calib_site.CalibSite

metadata = {}
DEFAULT_OUTPUT_DIR = 'output'
get_setup_functions()

Derived classes return a list of functions to apply site-specific modifications to the base configuration. These are combined into a single function using the SiteFunctions helper class in the CalibSite constructor.

get_analyzers()

Derived classes return a list of BaseComparisonAnalyzer instances that have been passed a reference to the CalibSite for site-specific analyzer setup.