load python README.rst into setup.py

This commit is contained in:
Heng Li
2017-09-16 22:43:52 -04:00
parent 7da9a08a6f
commit 5103cea7d3
4 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ cdef class Aligner:
self._idx = cminimap2.mm_idx_reader_read(r, n_threads) # NB: ONLY read the first part
cminimap2.mm_idx_reader_close(r)
cminimap2.mm_mapopt_update(&self.map_opt, self._idx)
def __dealloc__(self):
if self._idx is not NULL:
cminimap2.mm_idx_destroy(self._idx)