Heng Li
24a4808826
r718: retrieve sequence from the index
2018-02-23 10:18:26 -05:00
Heng Li
29ed675ee5
bugfix: in-place revcomp() not working
2018-02-20 11:05:54 -05:00
Heng Li
7dc7097208
added reverse complement
2018-02-20 09:41:25 -05:00
Heng Li
090361c25b
fixed a typo in mappy ( #117 )
2018-02-16 21:10:57 -05:00
Heng Li
1372977a37
r708: implemented double Z-drop thresholds ( #112 )
...
When aligning long reads, we would prefer to align through low-quality
regions. This requires a large Z-drop threshold. However, to find small
inversions, we need to use a small Z-drop. This commit address this
conflict with two Z-drop thresholds. When Z-drop exceeds the smaller
threshold, we perform a local alignment to check if there is a potential
inversion. If there is one, we break the alignment; otherwise we break
the alignment only if Z-drop excess the larger threshold.
This commit also fixes a bug that reported wrong coordinates when the
inversion is on the forward strand (#112 ).
2018-02-15 10:50:49 -05:00
Heng Li
7ef5490884
r703: added --max-clip-ratio
...
still testing the option
2018-02-12 13:29:18 -05:00
Heng Li
29b4a1786c
r685: tune end seed filter again
2018-02-05 11:48:22 -05:00
Heng Li
dbf284b2d9
r684: separate end score from min_chain_score
2018-02-05 11:40:38 -05:00
Heng Li
46d6349af4
r670: added PE support to mappy
...
and minor code cleanup
2018-01-31 11:33:08 -05:00
Heng Li
eb819c29e8
Release minimap2-2.6 (r623)
2017-12-12 11:09:59 -05:00
Heng Li
2f463b1db0
r573: prepare to generalize index
2017-11-11 19:54:06 -05:00
cwright
4f77b0c1ed
Fix typo in strand property
2017-11-11 01:18:44 +00:00
martinghunt
29a26e3eea
Bug fix with byte strings in Python3
2017-11-09 13:57:15 +00:00
Heng Li
21a46ba652
Release minimap2-2.4 (r555)
2017-11-06 12:54:02 -05:00
Heng Li
b24c9c90c7
updated mappy and example.c
2017-10-16 11:15:07 -04:00
Heng Li
de2fcc1bf3
updated the mappy
2017-10-05 17:10:07 -04:00
Heng Li
ea5a0cd17d
Release minimap2-2.2 (r409)
2017-09-17 20:08:47 -04:00
Heng Li
cf93e5c0a1
more functional minimap2.py; added categories
2017-09-17 17:06:39 -04:00
Heng Li
0b660c70e2
syntax error
2017-09-17 16:02:06 -04:00
Heng Li
5715c423ff
exposed timer and verbose-level to mappy
2017-09-17 15:21:36 -04:00
Heng Li
c8a019fae8
exposed fasta/q reader to mappy
2017-09-17 14:41:59 -04:00
Heng Li
3edf2a9130
renamed mm2-lite.py to minimap2.py
2017-09-17 09:41:37 -04:00
Heng Li
d5012a1b17
this is embarrassing: rename again to mappy
2017-09-17 00:05:30 -04:00
Heng Li
ef46a8aed4
remaining minimap2=>mmappy in doc
2017-09-16 23:49:02 -04:00
Heng Li
28fd3d63fd
renamed module name from minimap2 to mmappy
...
minimap2 clashed with minimap2 from conda
2017-09-16 23:29:41 -04:00
Heng Li
8cdaae0935
fixed a few typos
...
eh... a missing fix
2017-09-16 22:53:24 -04:00
Heng Li
1d90742b35
fixed hyperlink
2017-09-16 22:46:30 -04:00
Heng Li
5103cea7d3
load python README.rst into setup.py
2017-09-16 22:43:52 -04:00
Heng Li
7da9a08a6f
reformat
2017-09-16 22:36:19 -04:00
Heng Li
ddc2c6f279
change to rst for PyPI
2017-09-16 22:29:52 -04:00
Heng Li
7e98b18ba2
for python3 compatibility
2017-09-16 20:37:49 -04:00
Heng Li
3544c60c71
allow to test if index is present
2017-09-16 20:09:17 -04:00
Heng Li
6b66ec6167
minor
2017-09-16 19:55:33 -04:00
Heng Li
cb7fb77bb9
python documentation
2017-09-16 19:50:52 -04:00
Heng Li
322e5a16e5
minor tweaks to python
2017-09-16 18:11:43 -04:00
Heng Li
10bd4079d1
fixed a bug on rev strand; added example
2017-09-16 17:51:13 -04:00
Heng Li
b22703a354
improvement to the python binding
2017-09-16 11:14:01 -04:00
Heng Li
7e34bea7ab
minor
2017-09-16 09:30:00 -04:00
Heng Li
446bde214d
first python version
2017-09-16 08:44:47 -04:00