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):
cdef LineBuffer lb
cdef str ident
@ -38,4 +40,3 @@ def fastqIterator(lineiterator, int buffersize=100000000):
}