mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-07 16:20:27 +00:00
bug obimatrix
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user