mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
6 lines
145 B
Go
6 lines
145 B
Go
package obiformats
|
|
|
|
import "git.metabarcoding.org/lecasofts/go/obitools/pkg/obiseq"
|
|
|
|
type FormatHeader func(sequence *obiseq.BioSequence) string
|