Source code for immuneML.environment.Constants

[docs]class Constants: VERSION = "2.1.0" # encoding constants FEATURE_DELIMITER = "///" # importing constants UNKNOWN = None ALLELE_DELIMITER = "*" GENE_DELIMITER = "-" STOP_CODON = "*" CACHE_TYPE = "cache_type" CACHE_PATH = 'cache_path' COMMENT_SIGN = "#" NOT_COMPUTED = "not computed" # plotting constants PLOTLY_BLACK = "#2A3F5E"