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

Add a filter for dropping variants without any calls #320

Open
arostamianfar opened this issue Aug 8, 2018 · 0 comments
Open

Add a filter for dropping variants without any calls #320

arostamianfar opened this issue Aug 8, 2018 · 0 comments

Comments

@arostamianfar
Copy link
Contributor

We currently have the --omit_empty_sample_calls option, which drops empty calls. We can also add an option to drop the entire variant record if all calls are empty. This would be useful for large datasets where entire variant records are empty and are not needed for analysis.
Note that this should be done in the FilterVariants step as we want to avoid processing these variants as soon as possible (to save cost/time).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant