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.
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 eachCandidateRegion
.