You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"ERROR in executing chmod 777 /tmp/33776414/relion_volatile/particle*" occured for a data set with 58000 particles.
We fixed the issue in our installation by using chmod -R instead:
std::string command = " chmod -R 777 " + fn_scratch + "/";
Cheers,
Thomas
The text was updated successfully, but these errors were encountered:
On Tue, 2019-05-14 at 09:25 +0000, biochem_fan wrote:
Thanks for your report. Is this for 3D particles (i.e. subtomogram
averaging)?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Hi all,
relion/src/exp_model.cpp
Line 786 in c3b3364
"ERROR in executing chmod 777 /tmp/33776414/relion_volatile/particle*" occured for a data set with 58000 particles.
We fixed the issue in our installation by using chmod -R instead:
std::string command = " chmod -R 777 " + fn_scratch + "/";
Cheers,
Thomas
The text was updated successfully, but these errors were encountered: