mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 00:30: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
|
// corresponds to the last commit, and not the one when the file will be
|
||||||
// commited
|
// commited
|
||||||
|
|
||||||
var _Commit = "5150947"
|
var _Commit = "7f4ebe7"
|
||||||
var _Version = "Release 4.4.0"
|
var _Version = "Release 4.4.0"
|
||||||
|
|
||||||
// Version returns the version of the obitools package.
|
// 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
|
ok := false
|
||||||
switch attrname {
|
switch attrname {
|
||||||
case "id":
|
case "id":
|
||||||
value = s.Id
|
value = s.Id()
|
||||||
ok = true
|
ok = true
|
||||||
case "count":
|
case "count":
|
||||||
value = s.Count()
|
value = s.Count()
|
||||||
|
|||||||
Reference in New Issue
Block a user