File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ permalink: wiki/MotifDev
4
4
layout : wiki
5
5
---
6
6
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.
9
9
10
10
Enhancements currently underway:
11
11
29
29
30
30
- Writing different implementations for different motif types:
31
31
- consensus sequences (possibly with ambiguity)
32
- - alignments (gapped or ungapped- & gt ; pwms)
32
+ - alignments (gapped or ungapped pwms)
33
33
- motifs with variable-length gaps
34
34
- writing conversions from alignments to motif instances (possibly
35
35
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
37
37
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
40
40
[ this commit] ( https://github.com/biopython/biopython/commit/49096ecf89d050129ef5b22b66b8bc34fec692ed ) .
41
41
42
42
Kind of separate issue (also from Leighton) is to take into account HMM
You can’t perform that action at this time.
0 commit comments