syntax error
This commit is contained in:
parent
5715c423ff
commit
0b660c70e2
|
|
@ -142,7 +142,7 @@ def fastx_read(fn):
|
||||||
if ks is NULL: return None
|
if ks is NULL: return None
|
||||||
while cmappy.kseq_read(ks) >= 0:
|
while cmappy.kseq_read(ks) >= 0:
|
||||||
if ks.qual.l > 0: qual = str(ks.qual.s)
|
if ks.qual.l > 0: qual = str(ks.qual.s)
|
||||||
else qual = None
|
else: qual = None
|
||||||
yield str(ks.name.s), str(ks.seq.s), qual
|
yield str(ks.name.s), str(ks.seq.s), qual
|
||||||
cmappy.mm_fastx_close(ks)
|
cmappy.mm_fastx_close(ks)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue