"""assign a proportion to sequences that map to multiple places"""

def _likelihood():
    """get likelihood to be from a or b"""
    return True


#get class for bayesian method


def _get_sequences_around():
    """return number of sequences around +/- 5 nt"""
    return True


def solve():
    #call _get_sequences_around
    #call likelihood
    return True
