2022-01-13 23:27:39 +01:00
|
|
|
package obiformats
|
|
|
|
|
2022-01-13 23:43:01 +01:00
|
|
|
import "git.metabarcoding.org/lecasofts/go/obitools/pkg/obiseq"
|
2022-01-13 23:27:39 +01:00
|
|
|
|
2022-02-21 19:00:23 +01:00
|
|
|
type FormatHeader func(sequence *obiseq.BioSequence) string
|