Skip to content

Commit d3cdbec

Browse files
committed
Markup tweaks and use Bio.motifs new name
I have not reviewed the contents of the page, see #44.
1 parent c22ce18 commit d3cdbec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

wiki/MotifDev.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ permalink: wiki/MotifDev
44
layout: wiki
55
---
66

7-
This page describes current state of the development of the Bio.Motif
8-
module
7+
This page describes current state of the development of the
8+
``Bio.motifs`` (formerly ``Bio.Motif``) module.
99

1010
Enhancements currently underway:
1111

@@ -29,14 +29,14 @@ and
2929

3030
- Writing different implementations for different motif types:
3131
- consensus sequences (possibly with ambiguity)
32-
- alignments (gapped or ungapped-> pwms)
32+
- alignments (gapped or ungapped pwms)
3333
- motifs with variable-length gaps
3434
- writing conversions from alignments to motif instances (possibly
3535
different for different motifs)
36-
- integrating with Bio.Seq and Bio.Align, so that the API is more
36+
- integrating with `Bio.Seq` and `Bio.Align`, so that the API is more
3737
natural for the end users
38-
- making modifications to Seq.startwswith, .endswith .find and .rfind
39-
to support passing motifs to them. See also
38+
- making modifications to `Seq.startwswith`, `.endswith`, `.find` and
39+
`.rfind` to support passing motifs to them. See also
4040
[this commit](https://github.com/biopython/biopython/commit/49096ecf89d050129ef5b22b66b8bc34fec692ed).
4141

4242
Kind of separate issue (also from Leighton) is to take into account HMM

0 commit comments

Comments
 (0)