added reverse complement

This commit is contained in:
Heng Li
2018-02-20 09:41:25 -05:00
parent f434653432
commit 7dc7097208
4 changed files with 28 additions and 2 deletions

View File

@@ -116,5 +116,6 @@ cdef extern from "cmappy.h":
void mm_fastx_close(kseq_t *ks)
int kseq_read(kseq_t *seq)
uint8_t *mappy_revcomp(int l, uint8_t *seq)
int mm_verbose_level(int v)
void mm_reset_timer()