Skip to content
Snippets Groups Projects
Commit 9fe5d5ae authored by Martin Larralde's avatar Martin Larralde
Browse files

Add documentation pages for missing `lightmotif-py` objects

parent f57957fd
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,25 @@ Matrices
lightmotif.WeightMatrix
lightmotif.ScoringMatrix
Motif
-----
.. autosummary::
:nosignatures:
lightmotif.Motif
Score
-----
.. autosummary::
:nosignatures:
lightmotif.StripedScores
Functions
---------
......
Motif
=====
.. currentmodule:: lightmotif
.. autoclass:: lightmotif.Motif
:special-members: __init__
:members:
StripedScores
=============
.. currentmodule:: lightmotif
.. autoclass:: lightmotif.StripedScores
:special-members: __init__
:members:
......@@ -7,9 +7,12 @@ from .lib import (
CountMatrix,
WeightMatrix,
ScoringMatrix,
Motif,
StripedScores,
create,
stripe,
)
__author__ = lib.__author__
__license__ = "MIT"
__doc__ = lib.__doc__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment