We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7a31e4 + 4f77b0c commit 481d823Copy full SHA for 481d823
python/mappy.pyx
@@ -35,7 +35,7 @@ cdef class Alignment:
35
def r_en(self): return self._r_en
36
37
@property
38
- def strand(self): return self.strand
+ def strand(self): return self._strand
39
40
41
def trans_strand(self): return self._trans_strand
0 commit comments