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.
The text was updated successfully, but these errors were encountered:
Resolves#286
Added snv_majority and indel_majority in a consensus tab under mutation_calling
in input_parameters.yaml. If values are not provided, the majority will be dynamically
figured out.
Resolves#286
Added snv_majority and indel_majority in a consensus tab under mutation_calling
in input_parameters.yaml. If values are not provided, the majority will be dynamically
figured out.
resolves#286
Added snv_majority and indel_majority in a consensus tab under mutation_calling
in input_parameters.yaml. If values are not provided, the majority will be dynamically
figured out.
related to #283
Add
indel_majority
andsnv_majority
toindexes
in the input yaml. Default isNone
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.The text was updated successfully, but these errors were encountered: