bugfix: in-place revcomp() not working

This commit is contained in:
Heng Li
2018-02-20 11:05:54 -05:00
parent 7dc7097208
commit 29ed675ee5
3 changed files with 15 additions and 12 deletions

View File

@@ -116,6 +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)
char *mappy_revcomp(int l, const uint8_t *seq)
int mm_verbose_level(int v)
void mm_reset_timer()