Skip to content
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

cryodrgn_utils filter_star missing optics table RELION 3.1 #370

Closed
ryanfeathers opened this issue May 6, 2024 · 1 comment
Closed

cryodrgn_utils filter_star missing optics table RELION 3.1 #370

ryanfeathers opened this issue May 6, 2024 · 1 comment
Assignees

Comments

@ryanfeathers
Copy link
Contributor

cryodrgn_utils filter_star does not return an optics table when run on RELION 3.1 format star files.

Expected output: A star file containing data_optics and data_particles blocks

@michal-g michal-g self-assigned this Jun 19, 2024
@michal-g
Copy link
Collaborator

michal-g commented Jun 25, 2024

This functionality has been added in v3.3.3-rc1, with the new optics table only having the optics groups present in the new filtered dataset:

https://github.com/ml-struct-bio/cryodrgn/blob/bbf144097c2214d94ef5456272d3d4cc65da3498/cryodrgn/commands_utils/filter_star.py#L53-59

Furthermore, in the case of output into separate micrograph files using -m, each file's optics table only contains the optics groups present for the corresponding micrograph:

https://github.com/ml-struct-bio/cryodrgn/blob/bbf144097c2214d94ef5456272d3d4cc65da3498/cryodrgn/commands_utils/filter_star.py#L73-80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants