mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
adds a obisplit_nfrg attribute
Former-commit-id: b8d32ba8f32a77457747f6a4616432feb5313396
This commit is contained in:
@ -253,6 +253,10 @@ func SplitPattern(sequence *obiseq.BioSequence,
|
||||
|
||||
}
|
||||
|
||||
for i := 0; i < nfrag; i++ {
|
||||
res[i].SetAttribute("obisplit_nfrg", nfrag)
|
||||
}
|
||||
|
||||
return res[:nfrag], nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user