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

How to accelerate the running process by adjust parameters #322

Closed
wk8910 opened this issue Feb 1, 2019 · 6 comments
Closed

How to accelerate the running process by adjust parameters #322

wk8910 opened this issue Feb 1, 2019 · 6 comments
Labels

Comments

@wk8910
Copy link

wk8910 commented Feb 1, 2019

Hi Heng,
I'm currently running minimap2 for very large genome. However, the running time is unbearable. I want to trade mapping quality with running time. Which parameters can be adjusted to get faster speed? Do you have any suggestions?
Thank you very much!
Best,
Kun

@wk8910 wk8910 changed the title How to decrease run time by adjust parameters How to accelerate the running process by adjust parameters Feb 1, 2019
@armintoepfer
Copy link
Contributor

The obvious options are -k and -w to control seeding. Increase those to be less sensitive, but faster.

@lh3 lh3 added the question label Feb 1, 2019
@lh3
Copy link
Owner

lh3 commented Feb 1, 2019

What's the size of your genome? What're the current parameters in use? How slow is "unbearable"?

@wk8910
Copy link
Author

wk8910 commented Feb 1, 2019

The obvious options are -k and -w to control seeding. Increase those to be less sensitive, but faster.

Thanks for your reply!

@wk8910
Copy link
Author

wk8910 commented Feb 1, 2019

What's the size of your genome? What're the current parameters in use? How slow is "unbearable"?

Hi Heng,
The genome size is about 40 Gigabase. I'm now trying to perform reads to reads alignment (The total amount of reads is about 2Tb). I'm currently using "-x ava-ont -t 8 -l 5000" and it need about 50 compute machine for more than one month.
Best,
Kun

@lh3
Copy link
Owner

lh3 commented Feb 1, 2019

Get a machine with 256GB RAM and use -I50g. Increase the number of threads -t. Larger -k and -w will help as @armintoepfer said.

@wk8910
Copy link
Author

wk8910 commented Feb 1, 2019

Get a machine with 256GB RAM and use -I50g. Increase the number of threads -t. Larger -k and -w will help as @armintoepfer said.

Thanks very much!
I'm trying to test these new parameters.

@lh3 lh3 closed this as completed Feb 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants