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

Multiprocessing sometimes fails in talon_label_reads #66

Open
fairliereese opened this issue Jul 9, 2020 · 0 comments
Open

Multiprocessing sometimes fails in talon_label_reads #66

fairliereese opened this issue Jul 9, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@fairliereese
Copy link
Member

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 fairliereese self-assigned this Jul 9, 2020
@fairliereese fairliereese added the bug Something isn't working label Jul 9, 2020
houlinyu added a commit to MethodsDev/iso-reconstruct-benchmark that referenced this issue Sep 23, 2023
switch Talon thread from user defined number to 1 -
due to problem reported: mortazavilab/TALON#66
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant