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

Multi-thread denovo discovery #163

Closed
mbhall88 opened this issue Jul 10, 2019 · 1 comment
Closed

Multi-thread denovo discovery #163

mbhall88 opened this issue Jul 10, 2019 · 1 comment

Comments

@mbhall88
Copy link
Member

The de novo discovery routine can be multi-threaded by first loading up all GATB de Bruijn graphs (this cannot be done multi-threaded) and attaching them to their respective CandidateRegion. Then we multi-thread the process of finding paths through these graphs over each CandidateRegion.

@mbhall88
Copy link
Member Author

#195 is handling this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants