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

choosing appropriate aligner #14

Open
thomasfaraut opened this issue Apr 17, 2023 · 1 comment
Open

choosing appropriate aligner #14

thomasfaraut opened this issue Apr 17, 2023 · 1 comment

Comments

@thomasfaraut
Copy link

Dear LRcaller team,

I am calling SV genotypes on a dataset of 20 individuals sequenced with ONT (~40X).
I am runing LRcaller in parallel on each chromosome.

LRcaller help indicates that 3 different aligners can be used : bwa, minimap2 or seqan.
Using seqan, works perfectly, but requires a substantial amount of computing time.
Would one of the other aligner be a solution if I am facing a computing time issue ?

Thank you in advance for your help.

Regards,
Thomas

@bjarnivh
Copy link

The bwa and minimap options have been depricated, we will make sure to update the documentation. These aligners do not guarentee to return the optimal result. Running LRcaller might take ~1 CPU hr per chromosome per sample, it should parallize almost perfectly so should take less time with fewer cores. If this is still too slow you might change the default setting on the -w parameter, from 500 to 100 or 200.

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

2 participants