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

Question: Parallel processing and EAGLE-RC #9

Open
kenji-yt opened this issue Dec 5, 2024 · 3 comments
Open

Question: Parallel processing and EAGLE-RC #9

kenji-yt opened this issue Dec 5, 2024 · 3 comments

Comments

@kenji-yt
Copy link

kenji-yt commented Dec 5, 2024

Hi,

Is there is a possibility to run EAGLE-RC on multiple cores?

If not, does that mean it will use only a single core, or how many can we expect it to use?

Thank you in advance,

Kenji

@tony-kuo
Copy link
Owner

tony-kuo commented Dec 6, 2024

There are 2 workflows:

  1. EAGLE is run first then EAGLE-RC parses the results. The EAGLE part is multi-threaded and can use multiple cores
  2. The --ngi parameter is used in EAGLE-RC. This unfortunately is single threaded.

@kenji-yt
Copy link
Author

kenji-yt commented Dec 6, 2024

Thanks a lot for your reply.

To confirm, this mean that if I run using the --ngi flag, only 1 thread will be used by the entire process?

@tony-kuo
Copy link
Owner

tony-kuo commented Dec 6, 2024

Correct. Hopefully it shouldn't be too slow as it calculates the likelihood of every read in the bam against the reference. IO should be the bottleneck in this case in my estimation.

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