mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Some code refactoring, a new version of obiuniq more efficient in memory and a first make file allowing to build obitools
This commit is contained in:
@ -5,15 +5,15 @@ import (
|
||||
"log"
|
||||
"sync"
|
||||
|
||||
"git.metabarcoding.org/lecasofts/go/obitools/pkg/obiseq"
|
||||
"git.metabarcoding.org/lecasofts/go/obitools/pkg/obiiter"
|
||||
)
|
||||
|
||||
type SequenceBatchWriterToFile func(iterator obiseq.IBioSequenceBatch,
|
||||
type SequenceBatchWriterToFile func(iterator obiiter.IBioSequenceBatch,
|
||||
filename string,
|
||||
options ...WithOption) (obiseq.IBioSequenceBatch, error)
|
||||
options ...WithOption) (obiiter.IBioSequenceBatch, error)
|
||||
|
||||
func WriterDispatcher(prototypename string,
|
||||
dispatcher obiseq.IDistribute,
|
||||
dispatcher obiiter.IDistribute,
|
||||
formater SequenceBatchWriterToFile,
|
||||
options ...WithOption) {
|
||||
|
||||
|
Reference in New Issue
Block a user