From db27b77a9e4042dbfa96ba5704829dec89a62d1f Mon Sep 17 00:00:00 2001 From: Huw Jenkins Date: Thu, 28 Nov 2024 15:36:40 +0000 Subject: [PATCH] Add LC_ALL=C to script used to call CTFFIND written by relion_run_ctffind --- src/ctffind_runner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ctffind_runner.cpp b/src/ctffind_runner.cpp index 1ae1c3d6..9f9c63f7 100644 --- a/src/ctffind_runner.cpp +++ b/src/ctffind_runner.cpp @@ -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"< " << fn_log << " << EOF"<