mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 08:40:26 +00:00
Big change iin the data model, and a first version of obiuniq
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"git.metabarcoding.org/lecasofts/go/obitools/pkg/obiseq"
|
||||
)
|
||||
|
||||
func ParseGuessedFastSeqHeader(sequence obiseq.BioSequence) {
|
||||
func ParseGuessedFastSeqHeader(sequence *obiseq.BioSequence) {
|
||||
if strings.HasPrefix(sequence.Definition(), "{") {
|
||||
ParseFastSeqJsonHeader(sequence)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user