if sum(flagsList) > 1:
        message = 'Only one variation type is allowed - check %s and %s, %s' % (thRV, thPV, thRCiV)
        log.error(message)
        raise AssertionError(message)