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

Feature request: Save particles sampled from different surfaces to the same particle list #19

Open
dmichalak opened this issue Jul 10, 2024 · 0 comments

Comments

@dmichalak
Copy link

dmichalak commented Jul 10, 2024

I can't find if this functionality already exists but...

Currently, to reproduce the "issue"

  1. Place markers with which to generate a surface (i.e. a "Boundary").
  2. Generate the surface and sample points on the surface. I chose to distribute points according to a Poisson disk distribution with radius 100 A.

This will create a new particle list containing the sampled points.

  1. Repeat 1. and 2. for another surface within the same tomogram.

This will create another particle list containing the sampled points from the second surface.

A possible solution would be to allow save _filename_ partlist _model-spec_ to save multiple lists to a single file. Right now, trying something like save ./my_particle_lists.star partlist #1.2.3-4 gives an error:

Invalid "partlist" argument: Must specify 1 model, got 2

As far as I can tell, the only workaround is to save each separately and combine them with a custom script outside of ChimeraX.

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

1 participant