Fix typo in strand property

This commit is contained in:
cwright 2017-11-11 01:18:44 +00:00
parent d7a31e40e6
commit 4f77b0c1ed
1 changed files with 1 additions and 1 deletions

View File

@ -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