mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Change the annotation locker to a pointer to mutex to avoid coying mutex
Former-commit-id: d179d8753b593183312bd11184e5d8ebb301138a
This commit is contained in:
@ -43,7 +43,7 @@ func (taxonomy *Taxonomy) TaxonomicDistribution(sequence *obiseq.BioSequence) ma
|
||||
|
||||
t, et := taxonomy.Taxon(taxid)
|
||||
if et != nil {
|
||||
log.Panicf("Taxid %d not defined in taxonomy : %v", k, et)
|
||||
log.Panicf("Taxid %d not defined in taxonomy : %v", taxid, et)
|
||||
}
|
||||
taxons[t] = v
|
||||
}
|
||||
|
Reference in New Issue
Block a user