mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Changes to be committed:
modified: pkg/obioptions/version.go modified: pkg/obitax/iterator.go
This commit is contained in:
@ -8,7 +8,7 @@ import (
|
|||||||
// corresponds to the last commit, and not the one when the file will be
|
// corresponds to the last commit, and not the one when the file will be
|
||||||
// commited
|
// commited
|
||||||
|
|
||||||
var _Commit = "0df082d"
|
var _Commit = "d3dac1b"
|
||||||
var _Version = "Release 4.2.0"
|
var _Version = "Release 4.2.0"
|
||||||
|
|
||||||
// Version returns the version of the obitools package.
|
// Version returns the version of the obitools package.
|
||||||
|
@ -2,7 +2,6 @@ package obitax
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"git.metabarcoding.org/obitools/obitools4/obitools4/pkg/obiutils"
|
"git.metabarcoding.org/obitools/obitools4/obitools4/pkg/obiutils"
|
||||||
log "github.com/sirupsen/logrus"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// ITaxon represents an iterator for traversing Taxon instances.
|
// ITaxon represents an iterator for traversing Taxon instances.
|
||||||
@ -195,7 +194,6 @@ func (taxon *Taxon) ISubTaxonomy() *ITaxon {
|
|||||||
|
|
||||||
pushed := true
|
pushed := true
|
||||||
|
|
||||||
log.Warn(parents)
|
|
||||||
for pushed {
|
for pushed {
|
||||||
itaxo := taxo.Iterator()
|
itaxo := taxo.Iterator()
|
||||||
pushed = false
|
pushed = false
|
||||||
|
Reference in New Issue
Block a user