From 0844dcc607a04ad3dce05a2d9132c25d4071a12a Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Tue, 28 Oct 2025 13:50:38 +0100 Subject: [PATCH] bug obimatrix --- pkg/obioptions/version.go | 2 +- pkg/obitools/obimatrix/obimatrix.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/obioptions/version.go b/pkg/obioptions/version.go index dd74f62..1f7b858 100644 --- a/pkg/obioptions/version.go +++ b/pkg/obioptions/version.go @@ -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. diff --git a/pkg/obitools/obimatrix/obimatrix.go b/pkg/obitools/obimatrix/obimatrix.go index 0a77159..2ff4aee 100644 --- a/pkg/obitools/obimatrix/obimatrix.go +++ b/pkg/obitools/obimatrix/obimatrix.go @@ -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()