firt version of a fastq parser

This commit is contained in:
2016-03-31 10:47:12 +02:00
parent f51a6df5b2
commit 1cd35b3359
5 changed files with 101 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#cython: language_level=3
from .header cimport parseHeader
from ..files.universalopener cimport uopen
from ..files.linebuffer cimport LineBuffer