Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make vg inject use AlignmentEmitter and support GAF #4319

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

adamnovak
Copy link
Member

Changelog Entry

To be copied to the draft changelog by merger:

  • vg inject now supports GAF format with the new --output-format/-o option

Description

This makes vg inject use the AlignmentEmitter instead of directly using Protobuf emitter stuff.

This means it should get all the fancy GAM block interleaving stuff we do for speed in the mappers. I noticed the existing implementation wasn't able to consistently keep 16 threads busy; it would run all the threads for a while, and then drain, and then do it again. I haven't tested if this actually solves that problem, but it should eliminate one potential cause. Also it gives us essentially free GAF support.

@adamnovak adamnovak merged commit a049c6b into master Jul 1, 2024
2 checks passed
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.

1 participant