mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 08:40:26 +00:00
Make sequence files recognized as a taxonomy
This commit is contained in:
@@ -224,3 +224,9 @@ func (taxonomy *Taxonomy) ISubTaxonomy(taxid string) *ITaxon {
|
||||
|
||||
return taxon.ISubTaxonomy()
|
||||
}
|
||||
|
||||
func (iterator *ITaxon) Consume() {
|
||||
for iterator.Next() {
|
||||
iterator.Get()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user