Skip to content

Commit

Permalink
[docs] Fix description of mean_dp in interval_coverage docs (#12675)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoterba authored Feb 14, 2023
1 parent 0b4218d commit 8b12ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hail/python/hail/vds/methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ def interval_coverage(vds: VariantDataset, intervals: hl.Table, gq_thresholds=(0
by *interval_size*.
- ``sum_dp`` (*int64*): Sum of depth values by base across the interval.
- ``mean_dp`` (*float64*): Mean depth of bases across the interval. Computed by dividing
*mean_dp* by *interval_size*.
*sum_dp* by *interval_size*.
If the `dp_field` parameter is not specified, the ``DP`` is used for depth
if present. If no ``DP`` field is present, the ``MIN_DP`` field is used. If no ``DP``
Expand Down

0 comments on commit 8b12ee8

Please sign in to comment.