mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-25 05:18:11 +08:00
minor
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ cdef class Alignment:
|
||||
def strand(self): return self.strand
|
||||
|
||||
@property
|
||||
def trans_strand(self): return self.trans_strand
|
||||
def trans_strand(self): return self._trans_strand
|
||||
|
||||
@property
|
||||
def NM(self): return self._NM
|
||||
|
||||
Reference in New Issue
Block a user