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