Commit Graph

7 Commits

Author SHA1 Message Date
John Marshall
177eef259d Use the full MIDNSHP=X string whenever printing CIGAR strings
Define MM_CIGAR_STR to the full string of CIGAR operators (including
the 'B' operator as well) and use it throughout the C code.

It would be possible to use it from the Cython code too, but it's easier
to keep that as a Cython string literal to avoid adding extra runtime
code to handle locale conversion.
2021-07-02 13:03:03 -04:00
xdudiagnoa
081df6ac7d Fix example.c seq read logic
for every idx should map all input seqs
2019-11-11 00:46:07 -05:00
Heng Li
91f548b497 r886: fixed two minor typos
Resolves #264
Resolves #265
2018-11-08 12:04:14 -05:00
Heng Li
b24c9c90c7 updated mappy and example.c 2017-10-16 11:15:07 -04:00
Heng Li
14b853499f r369: updated example with the latest API 2017-09-14 22:44:10 -04:00
Heng Li
2b8681ead7 fixed memory leak in example 2017-09-02 17:55:25 -04:00
Heng Li
293a7049f3 migrated minimap/example.c here. 2017-07-18 14:43:43 -04:00