You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add indel_majority and snv_majority to indexes in the input yaml. Default is None and the majority is figured out dynamically. If the value is provided and is non-None, assert we have enough callers to meet the majority (n_caller >= majority for each snv, indel) and use this value instead.