Revert path sense filtering in clip, depth, simplify and traversal_fi…#4830
Merged
glennhickey merged 1 commit intomasterfrom Feb 13, 2026
Merged
Revert path sense filtering in clip, depth, simplify and traversal_fi…#4830glennhickey merged 1 commit intomasterfrom
glennhickey merged 1 commit intomasterfrom
Conversation
…nder The "no secret paths" commit (2315642) mechanically replaced for_each_path_handle() with for_each_path_of_sense({REFERENCE, GENERIC}) across the codebase, which inadvertently excluded haplotype paths from depth calculations, path enumeration, and path destruction in several tools. This caused regressions where more content was clipped (clip), depth was underreported (depth), haplotype paths survived when they should have been removed (simplify), and haplotype path traversals were lost (traversal_finder). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…nder
The "no secret paths" commit (2315642) mechanically replaced for_each_path_handle() with for_each_path_of_sense({REFERENCE, GENERIC}) across the codebase, which inadvertently excluded haplotype paths from depth calculations, path enumeration, and path destruction in several tools. This caused regressions where more content was clipped (clip), depth was underreported (depth), haplotype paths survived when they should have been removed (simplify), and haplotype path traversals were lost (traversal_finder).
I noticed this when updating to vg 1.72.0 in Cactus caused its tests to start failing.
Changelog Entry
To be copied to the draft changelog by merger:
vg clip,depth,simplifyand potentially some uses ofdeconstructandcall, that results from a change that ignores haplotypes in .vg files (to be consistent with how .gbz files would have been treated).