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