Package CHEM :: Package Annotation :: Module Const
[hide private]
[frames] | no frames]

Module Const



Various constants for use by the package modules

Variables [hide private]
  ANNOTATION_DELIMITER = '\t'
  PARAM_DELIM = ','
  APPLICATION_NAME = 'CHEM.Annotation'
Default level for application logging.
  LOGGER_LEVEL = 20
Default format of logger output
  LOGGER_FORMAT = '[%(asctime)s %(levelname)s] %(message)s'
Variables Details [hide private]

APPLICATION_NAME

Default level for application logging. Modify these for different scenarios. See Python logging package documentation for more information
Value:
'CHEM.Annotation'