File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ def mmotifs(
75
75
max_motifs : int, default 1
76
76
The maximum number of motifs to return. To consider returning all possible
77
77
valid motifs, try setting `max_motifs` to the length of your input matrix
78
- profile (i.e., `max_motifs=len(P)`
78
+ profile (i.e., `` max_motifs=len(P)``)
79
79
80
80
atol : float, default 1e-8
81
81
The absolute tolerance parameter. This value will be added to ``max_distance``
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ def _motifs(
74
74
max_motifs : int
75
75
The maximum number of motifs to return. To consider returning all possible
76
76
valid motifs, try setting `max_motifs` to the length of your input matrix
77
- profile (i.e., `max_motifs=len(P)`)
77
+ profile (i.e., `` max_motifs=len(P)` `)
78
78
79
79
atol : float, default 1e-8
80
80
The absolute tolerance parameter. This value will be added to `max_distance`
@@ -245,7 +245,7 @@ def motifs(
245
245
max_motifs : int, default 1
246
246
The maximum number of motifs to return. To consider returning all possible
247
247
valid motifs, try setting `max_motifs` to the length of your input matrix
248
- profile (i.e., `max_motifs=len(P)`)
248
+ profile (i.e., `` max_motifs=len(P)` `)
249
249
250
250
atol : float, default 1e-8
251
251
The absolute tolerance parameter. This value will be added to ``max_distance``
You can’t perform that action at this time.
0 commit comments