Forget the binary writer

This commit is contained in:
2022-02-09 22:00:38 +01:00
parent 27556ce81f
commit bd630ea512
4 changed files with 8 additions and 260 deletions

View File

@ -122,9 +122,10 @@ func ReadFastSeqBatchFromFile(filename string, options ...WithOption) (obiseq.IB
go _FastseqReader(pointer, newIter, opt.BatchSize())
parser := opt.ParseFastSeqHeader()
if parser != nil {
return IParseFastSeqHeaderBatch(newIter, options...), err
}
}
return newIter, err
}