mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 08:40:26 +00:00
debug url reading
This commit is contained in:
@@ -234,7 +234,6 @@ func (taxo *TaxonSet) AsPhyloTree(root *TaxNode) (*obiphylo.PhyloNode, error) {
|
||||
nodes := make(map[*string]*obiphylo.PhyloNode, taxo.Len())
|
||||
tsi := taxo.Iterator()
|
||||
|
||||
log.Warnf("Coucou")
|
||||
for tsi.Next() {
|
||||
taxon := tsi.Get()
|
||||
id := taxon.Node.Id()
|
||||
|
||||
Reference in New Issue
Block a user