Skip to content

Commit

Permalink
Fixing issue with BQSR math formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnothaft authored and heuermh committed Dec 13, 2017
1 parent 144f9f1 commit 4c2e806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/algorithms/bqsr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ with Binomial likelihood and a Beta(1, 1) prior.
.. math::
\mathbf{E}(P_{err}|{cov}) = \frac{\text{\#errors}(cov) + 1}{\text{\#observations}(cov) + 2}
\mathbf{E}(P_{err}|{cov}) = \frac{\text{errors}(cov) + 1}{\text{observations}(cov) + 2}
After these probabilities are estimated, we go back across the input
read dataset and reconstruct the quality scores of the read by using the
Expand Down

0 comments on commit 4c2e806

Please sign in to comment.