mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 16:50:27 +00:00
Xprize update
Former-commit-id: d38919a897961e4d40da3b844057c3fb94fdb6d7
This commit is contained in:
@@ -607,7 +607,7 @@ func (g *DeBruijnGraph) HaviestPath() []uint64 {
|
||||
}
|
||||
}
|
||||
|
||||
log.Infof("Heaviest node: %d [%v]", heaviestNode, heaviestWeight)
|
||||
log.Debugf("Heaviest node: %d [%v]", heaviestNode, heaviestWeight)
|
||||
// Reconstruct the path from the start node to the heaviest node found
|
||||
heaviestPath := make([]uint64, 0)
|
||||
currentNode := heaviestNode
|
||||
|
||||
Reference in New Issue
Block a user