-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments
There are 2 workflows:
|
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? |
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. |
Great, thanks! I also have a question regarding the --ngi mode. If I understand correctly, with --ngi we can only sort reads between two genomes? I wanted to use it for any number of genomes but it seems not to work. |
Hello, in order to do more than two genomes, you need to do multiple pair-wise comparisons. This is shown in the existing hexaploid script If you need higher ploidy, you'll have to work out the combinations of pair-wise comparisons and calculate the probabilities using the current scripts as templates. |
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
The text was updated successfully, but these errors were encountered: