iqbal-lab-org / pandora

Pan-genome inference and genotyping with long noisy or short accurate reads
MIT License
110 stars 14 forks source link

Multi-thread denovo discovery #163

Closed mbhall88 closed 4 years ago

mbhall88 commented 5 years ago

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 commented 4 years ago

195 is handling this issue