bug obimatrix

This commit is contained in:
Eric Coissac
2025-10-28 13:50:38 +01:00
parent 7f4ebe757e
commit 0844dcc607
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ func (data *MatrixData) Update(s *obiseq.BioSequence, mapkey string, strict bool
ok := false
switch attrname {
case "id":
value = s.Id
value = s.Id()
ok = true
case "count":
value = s.Count()