Skip to content

Commit 4c2e806

Browse files
fnothaftheuermh
authored andcommitted
Fixing issue with BQSR math formatting.
1 parent 144f9f1 commit 4c2e806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/algorithms/bqsr.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ with Binomial likelihood and a Beta(1, 1) prior.
6363
.. math::
6464
6565
66-
\mathbf{E}(P_{err}|{cov}) = \frac{\text{\#errors}(cov) + 1}{\text{\#observations}(cov) + 2}
66+
\mathbf{E}(P_{err}|{cov}) = \frac{\text{errors}(cov) + 1}{\text{observations}(cov) + 2}
6767
6868
After these probabilities are estimated, we go back across the input
6969
read dataset and reconstruct the quality scores of the read by using the

0 commit comments

Comments
 (0)