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

bwa mem -a and -t options are incompatible? #382

Open
yazhinia opened this issue Jan 3, 2023 · 0 comments
Open

bwa mem -a and -t options are incompatible? #382

yazhinia opened this issue Jan 3, 2023 · 0 comments

Comments

@yazhinia
Copy link

yazhinia commented Jan 3, 2023

Hi,
When I wanted to run bwa mem with all alignment options -a and parallelization using -t, I find that the output only contains the best alignments. Even if I try to run it as a slurm job using separate nodes for each sample without -t, I still get only the best alignments. Both ways of parallelization failed to provide all alignments. Any help is much appreciated.

example code: bwa mem -a contigs.fasta -p 0_reads.fq -t 24 > 0_sample.sam

I notice that setting the -K option (bases to be processed in each batch) to a large value ensures reproducibility. However, will it solve the specified problem for the -a option as well?

Thank you.

Best,
Yazhini

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

No branches or pull requests

1 participant