mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 16:50:27 +00:00
Patch a small bug on json write
This commit is contained in:
@@ -19,6 +19,8 @@ func TaxonomyClassifier(taxonomicRank string,
|
||||
taxonomy *obitax.Taxonomy,
|
||||
abortOnMissing bool) *BioSequenceClassifier {
|
||||
|
||||
taxonomy = taxonomy.OrDefault(true)
|
||||
|
||||
keys := make(map[*obitax.TaxNode]int)
|
||||
codes := make([]*obitax.TaxNode, 1)
|
||||
codes[0] = nil
|
||||
|
||||
Reference in New Issue
Block a user