mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-22 05:28:12 +08:00
Merge pull request #57 from cjw85/strand_typo
Fix typo in strand property
This commit is contained in:
+1
-1
@@ -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