"cythoning clipper/src/readsToWiggle.pyx to clipper/src/readsToWiggle.c
Error compiling Cython file:
------------------------------------------------------------
...
if (cur_pos > tx_end + 500) | ((cur_pos - tx_start) < 0) :
continue
if cigop == 0: #Exact matches only, doing this because it duplicates HTSeq behavior
explicit_locations[cur_pos - tx_start].add(read)
sc
continue
^
------------------------------------------------------------
clipper/src/readsToWiggle.pyx:80:0: Possible inconsistent indentation"
I am using python 3.6.0::Anaconda 4.3.1 (64-bit).
Anybody got the same problem, any solutions? Thanks!