mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Patch a bug in registering merged taxa
This commit is contained in:
@ -151,7 +151,8 @@ func (set *TaxonSet) Alias(id *string, taxon *Taxon) {
|
||||
if original == nil {
|
||||
log.Fatalf("Original taxon %v is not part of taxon set", id)
|
||||
}
|
||||
set.set[id] = taxon.Node
|
||||
|
||||
set.set[id] = original.Node
|
||||
set.nalias++
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user