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

View File

@@ -8,7 +8,7 @@ import (
// corresponds to the last commit, and not the one when the file will be
// commited
var _Commit = "5150947"
var _Commit = "7f4ebe7"
var _Version = "Release 4.4.0"
// Version returns the version of the obitools package.

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()