mirror of
https://github.com/metabarcoding/obitools4.git
synced 2026-06-24 09:41:00 +00:00
bug obimatrix
This commit is contained in:
@@ -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