mirror of
https://github.com/metabarcoding/obitools4.git
synced 2026-09-22 09:30:41 +00:00
Replace NewBioSequence with NewBioSequenceOwning in genbank_read.go to take ownership of sequence slices without copying, improving performance. Update biosequence.go to add the new TakeSequence method and NewBioSequenceOwning constructor.