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