several small changes

Former-commit-id: c1cdb95885e44fd6ee7d1c963860d7ab41230c96
This commit is contained in:
2023-06-07 17:50:10 +02:00
parent 49fa1a76cb
commit d46f6b06c5
6 changed files with 32 additions and 8 deletions

View File

@@ -198,3 +198,7 @@ func (s *BioSequence) OBITagRefIndex() map[int]string {
return val
}
func (s *BioSequence) SetOBITagRefIndex(idx map[int]string) {
s.SetAttribute("obitag_ref_index", idx)
}