if not os.path.exists(ANALYSIS_PATH):
        log.error('Analysis path does not exist! Path: {}'.format(ANALYSIS_PATH))
        exit(1)