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

Replace bwa with bwa-mem2 #50

Open
wants to merge 3 commits into
base: beta_test
Choose a base branch
from

Conversation

nr23730
Copy link
Contributor

@nr23730 nr23730 commented Nov 15, 2021

bwa-mem2 is the successor of the mem algorithm in bwa. It produces exactly the same results but is able to utilize more threads and recent x86 instruction sets like SSE4.1, AVX2 and AVX512. This required an additional indexing step but makes the alignment process up to three times faster.
For more details available here.

The indexing process is executed by running the following command from the root of the MIRACUM-Pipe installation dir:
cd assets/references/genome/ && ./../../tools/bwa-mem2/bwa-mem2 index genome.fa

An already indexed genome could also be shipped with the genome.fa file.

@nr23730 nr23730 changed the base branch from development to beta_test February 23, 2022 13:55
@nr23730 nr23730 marked this pull request as draft February 28, 2022 17:53
@nr23730 nr23730 marked this pull request as ready for review February 28, 2022 21:39
@nr23730
Copy link
Contributor Author

nr23730 commented Mar 1, 2022

@metzgerpatrick
I added another commit for auto-generating the index file if it is not existing.

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