-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve support for MM .? modifiers.
The previous commit permitted these to exist, but didn't make the data available to the caller. This extends the API with additional queries to distinguish the specifics about the modification types present.
- Loading branch information
1 parent
e51f72f
commit 9cccfaa
Showing
10 changed files
with
312 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,7 @@ | |
34 C C+m204 C+(76792)33 | ||
35 A | ||
--- | ||
Present: m #-76792 n | ||
6 C C+m102 | ||
15 N N+n212 | ||
17 C C+m128 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,7 @@ | |
34 A | ||
35 T | ||
--- | ||
Present: m m o | ||
1 G G-m115 | ||
7 C C+m128 | ||
12 G G-m141 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
0 A | ||
1 T | ||
2 C | ||
3 A | ||
4 T | ||
5 C | ||
6 A | ||
7 T | ||
8 T | ||
9 C C+m.200 C+h.10 | ||
10 C C+m.50 C+h.170 | ||
11 T | ||
12 A | ||
13 C | ||
14 C C+m.160 C+h.20 | ||
15 G | ||
16 C | ||
17 T | ||
18 A | ||
19 T | ||
20 A | ||
21 G | ||
22 C | ||
23 C | ||
24 T | ||
--- | ||
Present: m h | ||
9 C C+m200 C+h10 | ||
10 C C+m50 C+h170 | ||
14 C C+m160 C+h20 | ||
|
||
=== | ||
|
||
0 A | ||
1 T | ||
2 C | ||
3 A | ||
4 T | ||
5 C | ||
6 A | ||
7 T | ||
8 T | ||
9 C C+m?200 C+h?10 | ||
10 C C+m?50 C+h?170 | ||
11 T | ||
12 A | ||
13 C C+m?10 C+h?5 | ||
14 C C+m?160 C+h?20 | ||
15 G | ||
16 C C+m?10 C+h?5 | ||
17 T | ||
18 A | ||
19 T | ||
20 A | ||
21 G | ||
22 C | ||
23 C | ||
24 T | ||
--- | ||
Present: m h | ||
9 C C+m200 C+h10 | ||
10 C C+m50 C+h170 | ||
13 C C+m10 C+h5 | ||
14 C C+m160 C+h20 | ||
16 C C+m10 C+h5 | ||
|
||
=== | ||
|
||
0 A | ||
1 T | ||
2 C | ||
3 A | ||
4 T | ||
5 C | ||
6 A | ||
7 T | ||
8 T | ||
9 C C+m.200 C+h?10 | ||
10 C C+h?170 | ||
11 T | ||
12 A | ||
13 C C+h?5 | ||
14 C C+m.160 C+h?20 | ||
15 G | ||
16 C C+h?5 | ||
17 T | ||
18 A | ||
19 T | ||
20 A | ||
21 G | ||
22 C | ||
23 C | ||
24 T | ||
--- | ||
Present: m h | ||
9 C C+m200 C+h10 | ||
10 C C+h170 | ||
13 C C+h5 | ||
14 C C+m160 C+h20 | ||
16 C C+h5 | ||
|
||
=== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.