import: fixed entry count estimation when importing fastq files

This commit is contained in:
Celine Mercier
2020-07-30 16:56:36 +02:00
parent db2202c8b4
commit 7dcbc34017
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
from obitools3.dms.capi.obitypes cimport obitype_t, index_t
cpdef bytes format_separator(bytes format)
cpdef bytes format_uniq_pattern(bytes format)
cpdef int count_entries(file, bytes format)
cdef obi_errno_to_exception(index_t line_nb=*, object elt_id=*, str error_message=*)