-
Notifications
You must be signed in to change notification settings - Fork 35
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
RuntimeError: The task could not be sent to the workers as it is too large for send_bytes
.
#119
Comments
If you have a suggestion I would like to test.. |
Hi! Thanks for reporting this. Could you share with me:
The error message indicates that some data object is too large to be passed around by the multiprocessing library. I haven't tested I'll test on my side, but in the meantime you can try again with removing the human genome from your input dataset. Best, |
Hi Hadrien, The complete command is
Genomes.fna contains 114 genomes (human is the largest, only one in Go) |
ok, sit seems to work if i do not use the human genome and do not use the full 120 threads.. 60 threads seems to work instead. |
Hi a little update: |
I will not have time to fix this issue before mid-October unfortunately. |
Ok, so i'll try to mix Art for human and your soft for the microbes. Thanks, |
Hi, I started working on this. Any reason you are concatenating instead of using EDIT:
The fix is currently about 2 times slower than |
Hi, Thanks, for your speed, I'll try with the mem branch. |
Correct. This should be addressed within the month for release
Thanks. Don't hesitate to report any bug you might find 😄 |
The fix is implemented in |
Thanks Hadrien, |
Hi I would like to use the soft in multi-threading but when i tried I ran into an issue:
Here is the complete stdout:
The text was updated successfully, but these errors were encountered: