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

Filtering options or tool #161

Closed
timothymillar opened this issue Apr 11, 2023 · 2 comments
Closed

Filtering options or tool #161

timothymillar opened this issue Apr 11, 2023 · 2 comments
Labels
enhancement New feature or request vcf format

Comments

@timothymillar
Copy link
Collaborator

Consider options or separate tool for filtering based on reported metrics.

Add filtering options to existing tools:

  • Simpler as less double handling of values
  • Adds additional complexity to complex programs
  • Would probably result in running program twice (once with filters and once without)

New filtering tool:

  • Double handling of values, filtering a genotype/allele requires updating counts/freqs in other fields
  • Would need to be specific to MCHap reported values
  • Complexity is isolated to new tool
@timothymillar timothymillar added enhancement New feature or request vcf format labels Apr 11, 2023
@timothymillar
Copy link
Collaborator Author

Sort of related to #155, although that could be handled separately to genotype filtering.

@timothymillar
Copy link
Collaborator Author

Done in v0.10.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request vcf format
Projects
None yet
Development

No branches or pull requests

1 participant