Skip to content

add new "sampling" workflow to vg autoindex#4882

Merged
faithokamoto merged 5 commits intomasterfrom
sample-autoindex
Apr 23, 2026
Merged

add new "sampling" workflow to vg autoindex#4882
faithokamoto merged 5 commits intomasterfrom
sample-autoindex

Conversation

@faithokamoto
Copy link
Copy Markdown
Contributor

Changelog Entry

To be copied to the draft changelog by merger:

  • vg autoindex has a -w sampling workflow to make indexes for haplotype sampling

Description

Resolves #4872

That was easier than expected. I figured out the various places that would need to be poked in order to register a new workflow (thankfully all of the individual pieces were already known as recipes) and slapped this together. Should make it easier to point folks who need to make these indexes because they can't index the full graph.

@faithokamoto faithokamoto changed the title add new default workflow add new "sampling" workflow to vg autoindex Apr 21, 2026
@jeizenga
Copy link
Copy Markdown
Contributor

The r-index and distance index are only needed temporarily, right? If so, you can leave them off of the default requested indexes. The indexing plan will figure out that it needs them, and then it will also delete the temporary files at the end on the run.

@faithokamoto
Copy link
Copy Markdown
Contributor Author

Oh cool, thanks.

@faithokamoto
Copy link
Copy Markdown
Contributor Author

The test that failed was just a timeout, so I'll just bring this branch up-to-date and let that all rerun.

@faithokamoto faithokamoto merged commit 6fe7d00 into master Apr 23, 2026
2 checks passed
@faithokamoto faithokamoto deleted the sample-autoindex branch April 23, 2026 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

vg autoindex should support minimal haplotype sampling indexes

3 participants