-
Notifications
You must be signed in to change notification settings - Fork 80
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
Automatically parse CTF parameters in RELION 3.1 star files #40
Comments
Hi Ellen, If I may suggest, take a look at the starfile library, if you haven't already seen it; one of its goals is compatibility with RELION's star files: https://github.com/alisterburt/starfile I am analyzing my first runs of cryoDRGN today, and am very excited about the possibilities (and the initial results I got). Thank you for making it so easy to use! 👍 |
Hi Ellen, |
You can find an explanation by running the command |
I see. Thank you. Do you ever get an error for the amp in the high resolution training because amp is undefined? |
I don't know, I have not installed AMP nor tried to use it. |
ok. I think amp is the part of the NVIDIA architecture . Did you not use it for the high resolution training just like in the tutorial? |
I simply haven't needed the speedup enough to motivate spending time installing it and making sure it works as intended. When I run trainings overnight or over a weekend, it would make no difference to me if they took half the time to run: I will only see the results on the next workday anyway (yes, I know I could queue jobs and get more of them to complete if each one ran faster; I simply haven't had the need so far, the bottleneck is more with taking a close look at all the results generated and making sense of them). |
See this comment for more info on apex/amp: #54 (comment) In general, can you open a new issue if you have a question that is unrelated to the original subject? Helps to stay organized! Thanks! |
Oh, I apologize. I just opened a new issuee about unboundlocal error. |
For v3.4.0 I ended up creating an updated version of As one of the testing examples, I am using a new testing .star file
Thus when we load in this data using
When we use
But when we do specify
See |
Parse the data_optics table in RELION 3.1 star files instead of requiring --kv/-w/etc. command line arguments. There might be packages that already do this, e.g. gemmi.
The text was updated successfully, but these errors were encountered: