-
Notifications
You must be signed in to change notification settings - Fork 9
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Extracting subtomos in RELION5 with particles.star file not working #214
Comments
Hi Philippe, Thanks for the feedback and solving the I wrote the headers based on the Relion5 biorxiv paper and assumed they would work, but I didn't have a place to test the integration. Could you try changing the _rlnDetectorPixelSize to _rlnTomoTiltSeriesPixelSize and see if that makes it readable for Relion5?
Although this could also mean that there needs to be an optics table above it... Not sure. Best, |
To-do for relion5 compat mode:
|
EDIT: Tried this and it works! |
Thanks a lot for the quick fix! |
Thanks for the quick response, I am glad that it solved it! What do you mean with the If the pixel size is unbinned that would be annoying. I am not sure if its actually needed though because the coordinates are already in Angstroms, so I would not see the need for an additional pixel size there. Would it be possible for you to see if the extracted subtomos indeed contain your expected particles? |
Sorry I wasn't clear, I edited my comments a couple of times because I figured out many errors haha I ran a RELION5 Extraction job from PyTOM particles.star files with both |
I got it now! That is slightly annoying, but I guess not something we should fix. It seems better to store the exact filename in the starfile.
Good that they look the same, and thanks for checking! That field is probably not used then indeed |
Great thank you! |
I made a PR that fixes The problem of the unbinned versus binned is harder to address as the package currently does not rely on metadata of the original pixel size. As said before, I also don't see why it is needed if the coordinates are already in Angstrom. Perhaps it can be left out entirely, but that needs more investigation...
If you could that would be great! Feel free to ping me in the thread if you do (or link to this issue). Once the PR is merged, I think we can move this to the Discussions page. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Hello,
I wanted to extract subtomos in RELION5 (beta-3-commit-b978db) using a .star file from TM with
--relion5-compat
. The header hasdata_
, however I had to manually change it todata_particles
for it to work.But now the next error I get is
Maybe this field also needs to be added to the .star file?
Thanks for the help!
All the best,
Philippe
The text was updated successfully, but these errors were encountered: