-
Notifications
You must be signed in to change notification settings - Fork 4
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
Doesn't work correctly with Dynamo table #8
Comments
Hi, I have found the same issue: orientations in RELION look as expected, but the equivalent Dynamo table looks incorrect. Attaching a small set of equivalent particles in RELION (v3.1) star and Dynamo tbl format, if that helps with troubleshooting: This is with ChimeraX v1.8 and Artiax v0.4.7. Let us know if you need more info and thanks in advance! Best, |
Hi ArtiaX developer & Josh, So I wrote a quick script to fix DynamoTable for visualization in ArtiaX below. Though it would be nice to get it fixed inside ArtiaX. Sorry the code doesn't format properly. import numpy as np def modify_table(input_file, output_file):
if name == "main":
|
When I tried to use ArtiaX with dynamo, it didn't display the particle orientation properly. With the same dataset, converting to Relion4 format, then ArtiaX displayed the star file correctly. Can you check this?
The text was updated successfully, but these errors were encountered: