mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-15 13:07:55 +08:00
Fix typo in strand property
This commit is contained in:
@@ -35,7 +35,7 @@ cdef class Alignment:
|
||||
def r_en(self): return self._r_en
|
||||
|
||||
@property
|
||||
def strand(self): return self.strand
|
||||
def strand(self): return self._strand
|
||||
|
||||
@property
|
||||
def trans_strand(self): return self._trans_strand
|
||||
|
||||
Reference in New Issue
Block a user