add clip bypass options to rerun indexing without altering graphs#1899
Merged
glennhickey merged 1 commit intomasterfrom Feb 23, 2026
Merged
add clip bypass options to rerun indexing without altering graphs#1899glennhickey merged 1 commit intomasterfrom
glennhickey merged 1 commit intomasterfrom
Conversation
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.
cactus-graphmap-joincan't do anything without renormalizing and clipping the input graphs. This is annoying if, say, you just want to re-index or re-generate the vcfs.This pr adds some options,
--vgClip,--vgFilterand--vgFullto bypass these options. You pass in graphs output from previous runs via--chrom vg clip/filter/fulland it will take these graphs as / is for indexing/vcfing without running any other processing.In addition to the speedup, you get a guarantee that the resulting indexes are 100% compatible with the input files, since no graph edits are happening.
I'd be nice to have a way to just to vcf processing, but this is still better than nothing