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