-
Notifications
You must be signed in to change notification settings - Fork 1
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
2d streamer not working #6
Comments
Thanks @azazellochg, It seems some task have leave open a database or a concurrency error occurred... I will have a look. When you say "1. create and launch relion cl2d on the queue, stop the protocol", you mean you are launching relion thru a queue system and after a while you stop the protocol before it's finished? |
@dmaluenda yes, I launched cl2d on the queue, wait till it start the 1st step and kill it. I have no idea how this undocumented streamer works but I dont see another way to save a queue params without launching the template cl2d protocol. Runs/000477_ProtRelionExtractParticles/particles.sqlite will obviously be open since it is streaming particles. |
I see. The 2dStreamer usually works with a saved protocol template instead of a just launched and aborted protocol, but the queue approach was not taken into account during that design, I guess... Your way might be good but honestly I've never thought on that before. Regarding the sqlite, it should not be opened. The set must be opened (it has a properties field indicating this: @delarosatrevin developed this protocol, he might help us here. |
To reproduce:
0) 2+ million particles extracting in steaming with relion protocol
It starts, doing nothing for 20 min and then crashes with db lock
The text was updated successfully, but these errors were encountered: