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

Added support for bwa-mem2 to the CPU version to speedup the alignmen… #360

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mahajrod
Copy link

Added support for bwa-mem2 to the CPU version to speedup the alignment and simplify integration in pipelines already using bwa-mem2 as a main aligner.
Selection between bwa and bwa-mem2 depends on the presense of the index files: *.bwt.2bit.64 for bwa-mem2 and *.bwt for bwa. First the presence of the bwa-mem2 index is checked. If it is absent test for bwa index is done.

…t and simplify integration in pipelines already using bwa-mem2 as main alignment.

Selection between bwa and bwa-mem2 depends on the presense of the index files: *.bwt.2bit.64 for bwa-mem2 and *.bwt for bwa.
First the presence of the bwa-mem2 index is checked. If it is absent test for bwa index is done.
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