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