few small changes

This commit is contained in:
2016-05-21 12:29:55 +02:00
parent c3274d419c
commit a8ed57dc6e
2 changed files with 2 additions and 3 deletions

View File

@ -8,6 +8,8 @@ Created on 30 mars 2016
def fastqIterator(lineiterator, int buffersize=100000000): def fastqIterator(lineiterator, int buffersize=100000000):
cdef LineBuffer lb cdef LineBuffer lb
cdef str ident cdef str ident
@ -38,4 +40,3 @@ def fastqIterator(lineiterator, int buffersize=100000000):
} }

View File

@ -1,7 +1,5 @@
#cython: language_level=3 #cython: language_level=3
import sys
import io
cdef bytes str2bytes(str string): cdef bytes str2bytes(str string):
""" """