Skip to content

Commit

Permalink
Add LC_ALL=C to script used to call CTFFIND written by relion_run_ctf…
Browse files Browse the repository at this point in the history
…find
  • Loading branch information
huwjenkins committed Nov 28, 2024
1 parent ab241c4 commit db27b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctffind_runner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ void CtffindRunner::executeCtffind4(long int imic)

// Write script to run ctffind
fh << "#!/usr/bin/env " << fn_shell << std::endl;
fh << fn_ctffind_exe << ctffind4_options << " > " << fn_log << " << EOF"<<std::endl;
fh << "env LC_ALL=C " << fn_ctffind_exe << ctffind4_options << " > " << fn_log << " << EOF"<<std::endl;
// line 1: input image
if (do_movie_thon_rings)
{
Expand Down

0 comments on commit db27b77

Please # to comment.