Skip to content

Commit

Permalink
Fix typos in plan7.pyx (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtviii authored Oct 3, 2023
1 parent dc0d834 commit 76f50b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyhmmer/plan7.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -2719,7 +2719,7 @@ cdef class HMM:
:math:`M_n \to M_{n+1}`, :math:`M_n \to I_n`, :math:`M_n \to D_{n+1}`,
:math:`I_n \to I_n`, :math:`I_n \to M_{n+1}`, :math:`D_n \to D_{n+1}`,
:math:`D_n \to M_{n+1}`. Use the `~pyhmmer.plan7.Transitions` enum
instead of hardcoded indices to make your core more legible.
instead of hardcoded indices to make your code more legible.
Example:
>>> t = thioesterase.transition_probabilities
Expand Down Expand Up @@ -5105,7 +5105,7 @@ cdef class Pipeline:
domE (`float`): The per-domain E-value threshold for reporting
a domain hit.
domT (`float`, optional): The per-domain bit score threshold for
reporint a domain hit. *If given, takes precedence over*
reporting a domain hit. *If given, takes precedence over*
``domE``.
incE (`float`): The per-target E-value threshold for including
a hit in the resulting `TopHits`.
Expand Down

0 comments on commit 76f50b7

Please sign in to comment.