2022-01-13 23:27:39 +01:00
|
|
|
package obiformats
|
|
|
|
|
2023-11-29 12:14:37 +01:00
|
|
|
import "git.metabarcoding.org/obitools/obitools4/obitools4/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
|