Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow user to specify majority #286

Open
arkal opened this issue May 16, 2018 · 0 comments
Open

Allow user to specify majority #286

arkal opened this issue May 16, 2018 · 0 comments
Assignees

Comments

@arkal
Copy link
Collaborator

arkal commented May 16, 2018

related to #283

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.

@arkal arkal assigned arkal and davidstew and unassigned arkal May 16, 2018
davidstew pushed a commit that referenced this issue May 18, 2018
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.
davidstew pushed a commit that referenced this issue May 19, 2018
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.
davidstew pushed a commit that referenced this issue Jun 5, 2018
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants