We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, Is there any flag to specify minimum coverage for variant calling?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
We have not exposed the --min_coverage option for users now, you might need to modify two lines(https://github.com/HKU-BAL/Clair3/blob/main/shared/param_p.py#L21 and https://github.com/HKU-BAL/Clair3/blob/main/shared/param_f.py#L18) to set the minimum coverage. We will add the min_coverage option in the next release.
--min_coverage
min_coverage
Sorry, something went wrong.
Thanks for asking, as we have collected multiple requests on this, we will expose --min_coverage in the next revision v0.1-r11.
Thanks for the answer!
Added in v0.1-r11.
No branches or pull requests
Hello,
Is there any flag to specify minimum coverage for variant calling?
Thanks
The text was updated successfully, but these errors were encountered: