/home/EM_Packages/And, for CTFFIND3, there are single processor and multi-processor executables:
/home/EM_Packages/ctf/ctffind3_mp.exe
/home/EM_Packages/ctf/ctffind3.exe Thanks,
Mike
How are you running the command ? Is it within a c-shell script? If it is, this may be the problem because the default shell is bash for the Amazon ec2 AMI.
You have two choices:
1. Change the shell into csh by typing 'sudo chsh /bin/csh'
2. Update your script to accommodate the bash language. (Pretty easy to do)
What script are you using? Or is this through Relion?
Mike
Then the best way will be to change the shell to csh using the change shell command in Linux. Otherwise we'd have to change the way relion runs ctffind from the source code.
I also have a script that will run ctffind3 and output files that are compatible with relion for particle extraction.
Mike