TALON icon indicating copy to clipboard operation
TALON copied to clipboard

Multiprocessing sometimes fails in talon_label_reads

Open fairliereese opened this issue 3 years ago • 0 comments

The fix would be to pass the same pyfaidx genome object to each of the threads instead of initializing a new one on each different thread. Pyfaidx creates and accesses flat files on the disk that can result in clashes across threads.

fairliereese avatar Jul 09 '20 19:07 fairliereese