From 4f77b0c1edc831814acfb8f4c1800da620c31628 Mon Sep 17 00:00:00 2001 From: cwright Date: Sat, 11 Nov 2017 01:18:44 +0000 Subject: [PATCH] Fix typo in strand property --- python/mappy.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/mappy.pyx b/python/mappy.pyx index b043ba7..1f17dc0 100644 --- a/python/mappy.pyx +++ b/python/mappy.pyx @@ -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