-
Notifications
You must be signed in to change notification settings - Fork 32
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 set the number of threads? #40
Comments
The old version of Haploclique did parallelization by simply partitioning the reads in several datasets, and then running haploclique with GNU parallel on every dataset. This meant that edges between reads in different partitions were not considered for the first iteration of clique enumeration, leading to some loss of information. |
The remark about losing information in the old version is wrong.
Too bad that parallelization didn't make it.
…On Apr 3, 2017 11:57 PM, "Bernhard Lang" ***@***.***> wrote:
The old version of Haploclique did parallelization by simply partitioning
the reads in several datasets, and then running haploclique with GNU
parallel on every dataset. This meant that edges between reads in different
partitions were not considered for the first iteration of clique
enumeration, leading to some loss of information.
After rewriting the original bash script handling the iterations directly
into the C++ code, the parallelization part of the script didn't make it
into the new version.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABXexpfbDKL5WuWPbu6JhGeg9qE4PYMwks5rsWtmgaJpZM4Mw1vY>
.
|
I'm using the last release of hapliclique and I had seen that use pthreads. How can I set more than one thread to do the analysis?
Thanks
Pedro
The text was updated successfully, but these errors were encountered: