-
Notifications
You must be signed in to change notification settings - Fork 201
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
CTFFIND4 compatibility #6
Comments
Original comment by Sjors Scheres (Bitbucket: scheres, GitHub: scheres): Hi Craigyk, |
Original comment by craigyk (Bitbucket: craigyk, GitHub: craigyk): OK, I thought it might be a version issue, unfortunately we only have 4.0 so I had to make the changes for now on our install. Not sure what exactly the problem is with the generated .com files, but when run through csh they seem to occasionally return a non-zero result which writes warning to stderr. The executable seems to still complete successfully though. The returned exit codes look like they might be pids... but I did not verify. I fixed this (on my setup at least) by adding an exit 0 to the generated .com script and running it through bash. Sorry, I don't have more detailed info for you. |
Original comment by Özkan Yildiz (Bitbucket: oeyildiz, GitHub: Unknown): We tested Ctffind4.1.5 within the relion GUI, but it behaves quite slow with roughly 1500 micrographs and it keeps on giving following error messages for every file several times: 1.02/63.22 hrs ~~(,_,">13:02:19: Error: File 'CtfFind/job325/Micrographs/160804_0001.txt' couldn't be removed (error 2: No such file or directory) |
Original comment by Alexis Rohou (Bitbucket: arohou, GitHub: arohou): ctffind 4.1 is released. I believe it's distributed as part of sbgrid for example. The binaries & source code are available from grigoriefflab.janelia.org. The current version (4.1.5) has a broken tar ball, which means you can look at the source but it won't build. This will be fixed with minor release 4.1.6, soon. |
Originally reported by: craigyk (Bitbucket: craigyk, GitHub: craigyk)
Hi,
I don't know if this is a CTFFIND4 version compatibility thing, but I've run into some problems with the run_ctffind on our version of CTFFIND4 4.0.16.
I've fixed these problems and could submit a pull request. It essentially boiled down to using bash instead of csh in the wrapper, and tweaking the delimiter and word counts used for parsing the output file.
The text was updated successfully, but these errors were encountered: