adds a obisplit_nfrg attribute

Former-commit-id: b8d32ba8f32a77457747f6a4616432feb5313396
This commit is contained in:
2024-03-13 10:41:53 +01:00
parent 6758ee6a8a
commit aa07ef2127

View File

@ -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
}