Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Larralde
pyhmmer
Commits
f1f24e1d
Commit
f1f24e1d
authored
May 01, 2022
by
Martin Larralde
Browse files
Fix remaining small issues in documentation
parent
9fb0dd14
Changes
3
Hide whitespace changes
Inline
Side-by-side
docs/api/errors.rst
View file @
f1f24e1d
...
...
@@ -36,3 +36,11 @@ AlphabetMismatch
.. autoexception:: AlphabetMismatch(ValueError)
:special-members: __init__
:members:
ServerError
-----------
.. autoexception:: ServerError(RuntimeError)
:special-members: __init__
:members:
docs/api/index.rst
View file @
f1f24e1d
...
...
@@ -105,6 +105,7 @@ API Reference
pyhmmer.plan7.HMM
pyhmmer.plan7.HMMFile
pyhmmer.plan7.HMMPressedFile
Profile
...
...
pyhmmer/plan7.pyx
View file @
f1f24e1d
...
...
@@ -2496,7 +2496,7 @@ cdef class HMM:
@
property
def
evalue_parameters
(
self
):
"""`
~plan7.
EvalueParameters`: The e-value parameters for this HMM.
"""`EvalueParameters`: The e-value parameters for this HMM.
"""
assert
self
.
_hmm
!=
NULL
cdef
EvalueParameters
ep
=
EvalueParameters
.
__new__
(
EvalueParameters
)
...
...
@@ -2506,7 +2506,7 @@ cdef class HMM:
@
property
def
cutoffs
(
self
):
"""`
~pyhmmer.plan7.
Cutoffs`: The bitscore cutoffs for this HMM.
"""`Cutoffs`: The bitscore cutoffs for this HMM.
"""
assert
self
.
_hmm
!=
NULL
cdef
Cutoffs
cutoffs
=
Cutoffs
.
__new__
(
Cutoffs
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment