mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-22 17:28:12 +08:00
load python README.rst into setup.py
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user