mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 16:50:27 +00:00
Big change iin the data model, and a first version of obiuniq
This commit is contained in:
@@ -31,11 +31,12 @@ func WriterDispatcher(prototypename string,
|
||||
}
|
||||
|
||||
out, err := formater(data,
|
||||
fmt.Sprintf(prototypename, newflux),
|
||||
fmt.Sprintf(prototypename, dispatcher.Classifier().Value(newflux)),
|
||||
options...)
|
||||
|
||||
if err != nil {
|
||||
log.Fatalf("cannot open the output file for key %d", newflux)
|
||||
log.Fatalf("cannot open the output file for key %s",
|
||||
dispatcher.Classifier().Value(newflux))
|
||||
}
|
||||
|
||||
out.Recycle()
|
||||
|
||||
Reference in New Issue
Block a user